mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 21:33:41 -05:00
add mariadb fix config to docker-compose
This commit is contained in:
parent
7cd936a99e
commit
3105512277
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ 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