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:
parent
413779bb53
commit
bd0f8140aa
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue