Removed invalid dot from compose
That actually moved the data dir outside of my moonlight install path
This commit is contained in:
@@ -39,9 +39,9 @@ services:
|
||||
- POSTGRES_DB=${MOONLIGHT_DATABASE_NAME}
|
||||
- POSTGRES_PASSWORD=${MOONLIGHT_DATABASE_PASSWORD}
|
||||
volumes:
|
||||
- .${MOONLIGHT_DATA}/database:/var/lib/postgresql/data
|
||||
- ${MOONLIGHT_DATA}/database:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
retries: 5
|
||||
|
||||
Reference in New Issue
Block a user