Update 40-postgres.sh

https://github.com/oznu/docker-guacamole/issues/11

Fixes this issue
This commit is contained in:
zenjabba
2019-01-17 19:13:18 -05:00
committed by GitHub
parent 87b394ddac
commit 13c80e6ae6
+2
View File
@@ -1,6 +1,8 @@
#!/usr/bin/with-contenv sh
mkdir -p /config/postgres
mkdir -p /var/run/postgresql
chown postgres:postgres /var/run/postgresql
chown -R postgres:postgres /config/postgres
chmod 0700 /config/postgres