mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-13 15:09:34 +00:00
Migrated data dirs to mount instead of docker volume
Closes https://linear.app/ghost/issue/ENG-2413 - This makes migration from standard `ghost-cli` installs to Docker a bit easier and also tries to prevent people from accidentally pruning their Docker volumes are removing data
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
|
||||
DOMAIN=example.com
|
||||
|
||||
# Location to store uploaded data
|
||||
UPLOAD_LOCATION=./data/ghost
|
||||
|
||||
# Location for database data
|
||||
MYSQL_DATA_LOCATION=./data/mysql
|
||||
|
||||
DATABASE_ROOT_PASSWORD=reallysecurerootpassword
|
||||
DATABASE_USER=optionalusername
|
||||
DATABASE_PASSWORD=ghostpassword
|
||||
|
||||
Reference in New Issue
Block a user