3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-06-15 18:45:03 +00:00

chore: disable binary logging in standalone mysql

This commit is contained in:
Dragory 2025-05-31 20:25:34 +00:00
parent 413779bb53
commit bd0f8140aa
No known key found for this signature in database

View file

@ -17,7 +17,8 @@ services:
volumes:
- mysql-data:/var/lib/mysql
# - ./docker/production/data/mysql:/var/lib/mysql
#command: --authentication-policy=mysql_native_password
command:
- "--skip-log-bin"
healthcheck:
test: "/usr/bin/mysql --host=127.0.0.1 --user=root --password=\"${STANDALONE_MYSQL_ROOT_PASSWORD}\" --execute \"SHOW DATABASES;\""
interval: 1s