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
8eca0b9239
commit
792ffbca00
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ services:
|
|||
MYSQL_PASSWORD: ${DB_PASSWORD}
|
||||
volumes:
|
||||
- db_data:/var/lib/mysql
|
||||
- ./install/mysql.sql:/docker-entrypoint-initdb.d/mysql.sql:ro
|
||||
- ./install/sql/mysql.sql:/docker-entrypoint-initdb.d/mysql.sql:ro
|
||||
|
||||
volumes:
|
||||
db_data:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue