Added temporary file directory

This commit is contained in:
WilliamMiceli
2018-12-17 22:35:28 -05:00
parent 5aa439b5d3
commit 11ce9c46d3

View File

@@ -71,6 +71,7 @@ services:
- /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system
- /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system
- /RancherCattle/${DATA_DIR}/Database:/var/lib/postgresql/data
- /RancherCattle/${DATA_DIR}/Temp:/var/run/postgresql
networks:
db-admin: