mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
The volume path for db-data was wrong. needed data sub-folder. Without that wasn't persisting the db on stop of container.
This commit is contained in:
@@ -25,7 +25,7 @@ services:
|
||||
image: docker.io/postgres:10-alpine
|
||||
restart: always
|
||||
volumes:
|
||||
- db-data:/var/lib/postgresql
|
||||
- db-data:/var/lib/postgresql/data
|
||||
environment:
|
||||
- POSTGRES_USER=limesurvey
|
||||
- POSTGRES_DB=limesurvey
|
||||
|
||||
Reference in New Issue
Block a user