mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Changed mount point src from user's dir to /tmp
The mounted folder (the user home directory) is not writable from the container. So the dump file, won't be created.
This commit is contained in:
committed by
Oliver Günther
parent
8a13aefbc2
commit
a37d3be9ad
@@ -288,7 +288,7 @@ fi
|
||||
docker run \
|
||||
--rm \
|
||||
-e PGPASSWORD=postgres \
|
||||
-v $PWD:/data \
|
||||
-v /tmp:/data \
|
||||
-it openproject/community:11 pg_dump \
|
||||
-h $DOCKER_HOST_IP \
|
||||
-p $POSTGRES_PORT \
|
||||
|
||||
Reference in New Issue
Block a user