We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413779b commit bd0f814Copy full SHA for bd0f814
docker-compose.standalone.yml
@@ -17,7 +17,8 @@ services:
17
volumes:
18
- mysql-data:/var/lib/mysql
19
# - ./docker/production/data/mysql:/var/lib/mysql
20
- #command: --authentication-policy=mysql_native_password
+ command:
21
+ - "--skip-log-bin"
22
healthcheck:
23
test: "/usr/bin/mysql --host=127.0.0.1 --user=root --password=\"${STANDALONE_MYSQL_ROOT_PASSWORD}\" --execute \"SHOW DATABASES;\""
24
interval: 1s
0 commit comments