Correct path to data volume of Postgres deployment

Fixes https://github.com/martialblog/docker-limesurvey/issues/112
This commit is contained in:
Jack Henschel
2022-01-10 08:31:20 +01:00
committed by GitHub
parent 70a86c2301
commit cb13a177b6

View File

@@ -24,7 +24,7 @@ services:
lime-db: lime-db:
image: postgres:10 image: postgres:10
volumes: volumes:
- db-data:/var/lib/postgresql - db-data:/var/lib/postgresql/data
environment: environment:
- "POSTGRES_USER=limesurvey" - "POSTGRES_USER=limesurvey"
- "POSTGRES_DB=limesurvey" - "POSTGRES_DB=limesurvey"