mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -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
|
MYSQL_DATABASE: ghost
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
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
|
- mysql-data:/var/lib/mysql
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "mysql -uroot -proot ghost -e 'select 1'"
|
test: "mysql -uroot -proot ghost -e 'select 1'"
|
||||||
|
|
Loading…
Add table
Reference in a new issue