remove remote access fix in docker compose

This commit is contained in:
max 2024-12-30 03:38:01 +00:00 committed by theycallhermax
parent 539625fead
commit a0ab76a1d7
No known key found for this signature in database
GPG key ID: 24D2803F3E25BF2D

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: