0
Fork 0
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:
Chris Raible 2024-10-09 23:49:43 +01:00
parent dbbb0a8d59
commit 9b43bf38d0

View file

@ -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'"