remove remote access fix in docker compose

This commit is contained in:
max 2024-12-30 03:38:01 +00:00 committed by git.gay
parent 8cbbe87ee7
commit 698d36b35f

View file

@ -19,7 +19,6 @@ services:
restart: always
volumes:
- ./schema.sql:/docker-entrypoint-initdb.d/1.sql
- ./helpers/docker/mariadb/remote-access-fix.cnf:/etc/mysql/conf.d/1.cnf
- db-data:/var/lib/mysql
catask: