mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Update docker-compose.yml
This commit is contained in:
parent
a64c9b3328
commit
729a6e951e
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ services:
|
||||||
- "${DB_PORT}:3306"
|
- "${DB_PORT}:3306"
|
||||||
volumes:
|
volumes:
|
||||||
- db_data:/var/lib/mysql
|
- db_data:/var/lib/mysql
|
||||||
|
- ./install/mysql.sql:/docker-entrypoint-initdb.d/mysql.sql:ro
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
db_data:
|
db_data:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue