mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Removed mysql-preload volume from mysql
This commit is contained in:
parent
dbbb0a8d59
commit
9b43bf38d0
1 changed files with 0 additions and 2 deletions
|
@ -25,8 +25,6 @@ services:
|
|||
MYSQL_DATABASE: ghost
|
||||
restart: always
|
||||
volumes:
|
||||
# Turns out you can drop .sql or .sql.gz files in here, cool!
|
||||
- ./mysql-preload:/docker-entrypoint-initdb.d
|
||||
- mysql-data:/var/lib/mysql
|
||||
healthcheck:
|
||||
test: "mysql -uroot -proot ghost -e 'select 1'"
|
||||
|
|
Loading…
Add table
Reference in a new issue