Change sql-mode for svj and startup.

This commit is contained in:
Christian Steinle
2024-03-20 08:38:39 +01:00
parent d8e0fd9170
commit 17442b797d
2 changed files with 3 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ services:
MYSQL_PASSWORD: WL5U6tnGYRm3t5iS2294PHVY4C55KuEL
MYSQL_USER: startup
MYSQL_DATABASE: startup
command: ['--sql-mode=']
networks:
startup:
@@ -44,4 +45,4 @@ networks:
external: true
volumes:
startup-db:
startup-db:

View File

@@ -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: