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:
Spiros Andreou
2021-12-03 21:20:48 +02:00
committed by Oliver Günther
parent 8a13aefbc2
commit a37d3be9ad
+1 -1
View File
@@ -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 \