Fix: mysql config

This commit is contained in:
Alexander Pankratov 2023-03-03 01:18:43 +01:00
parent b3e0e5e365
commit 6965cbce3e

View File

@ -32,7 +32,7 @@ services:
volumes:
- ./.mysql:/var/lib/mysql
environment:
MARIADB_ALLOW_EMPTY_PASSWORD: yes
MARIADB_ALLOW_EMPTY_ROOT_PASSWORD: yes
MARIADB_AUTO_UPGRADE: yes
command: ["mysqld", "--innodb-buffer-pool-size=32M", "--wait_timeout=65", "--skip-grant-tables"]
networks: