Change sql-mode for svj and startup.
This commit is contained in:
@@ -43,7 +43,6 @@ services:
|
||||
image: mysql:8
|
||||
container_name: svj-db
|
||||
hostname: svj-db
|
||||
command: --default-authentication-plugin=mysql_native_password
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: paE76zrCZfhA6Fbx1MUM
|
||||
@@ -52,6 +51,7 @@ services:
|
||||
MYSQL_DATABASE: svj
|
||||
volumes:
|
||||
- svj-db:/var/lib/mysql
|
||||
command: ['--sql-mode=', '--default-authentication-plugin=mysql_native_password']
|
||||
networks:
|
||||
- svj
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user