mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 03:35:37 +00:00
feat(deps): use mysql:8.3.0
This commit is contained in:
@@ -27,7 +27,7 @@ services:
|
||||
- "-h"
|
||||
- localhost
|
||||
timeout: 20s
|
||||
image: "mysql:8.0.36"
|
||||
image: "mysql:8.3.0"
|
||||
restart: always
|
||||
volumes:
|
||||
- "db_data:/var/lib/mysql"
|
||||
|
||||
@@ -46,7 +46,7 @@ services:
|
||||
- "-h"
|
||||
- localhost
|
||||
timeout: 20s
|
||||
image: "mysql:8.0.36"
|
||||
image: "mysql:8.3.0"
|
||||
networks:
|
||||
- default
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user