mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-26 21:41:04 +00:00
Fix MIGRATION_DIR for Docker
This commit is contained in:
parent
14969d489c
commit
ab20fec147
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ ROCKET_SECRET_KEY=randomstringhere
|
|||
|
||||
# you can safely leave those defaults
|
||||
DATABASE_URL=postgres://plume:plume@postgres:5432/plume
|
||||
MIGRATION_DIR=postgres
|
||||
MIGRATION_DIR=migrations/postgres
|
||||
USE_HTTPS=1
|
||||
ROCKET_ADDRESS=0.0.0.0
|
||||
ROCKET_PORT=7878
|
||||
|
|
Loading…
Reference in a new issue