Merge pull request #113 from martialblog/jacksgt-patch-1

Correct path to data volume of Postgres deployment
This commit is contained in:
Jack Henschel
2022-01-11 11:35:45 +01:00
committed by GitHub

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"