mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-20 05:43:41 -05:00
remove remote access fix in docker compose
This commit is contained in:
parent
539625fead
commit
a0ab76a1d7
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./schema.sql:/docker-entrypoint-initdb.d/1.sql
|
- ./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
|
- db-data:/var/lib/mysql
|
||||||
|
|
||||||
catask:
|
catask:
|
||||||
|
|
Loading…
Add table
Reference in a new issue