mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2024-11-10 10:37:25 +01:00
Rename db init directory
This commit is contained in:
parent
651311b721
commit
e89c9331b1
@ -9,7 +9,7 @@ services:
|
|||||||
MYSQL_USER: symfony
|
MYSQL_USER: symfony
|
||||||
MYSQL_PASSWORD: ${MYSQL_PASSWORD}
|
MYSQL_PASSWORD: ${MYSQL_PASSWORD}
|
||||||
volumes:
|
volumes:
|
||||||
- ${DATADIR}/sql:/docker-entrypoint-initdb.d
|
- ${DATADIR}/sql-init:/docker-entrypoint-initdb.d
|
||||||
cap_add:
|
cap_add:
|
||||||
- SYS_NICE
|
- SYS_NICE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user