mirror of
https://github.com/jwetzell/docker-guacamole.git
synced 2026-09-10 08:39:35 +00:00
Update 40-postgres.sh
https://github.com/oznu/docker-guacamole/issues/11 Fixes this issue
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
#!/usr/bin/with-contenv sh
|
#!/usr/bin/with-contenv sh
|
||||||
|
|
||||||
mkdir -p /config/postgres
|
mkdir -p /config/postgres
|
||||||
|
mkdir -p /var/run/postgresql
|
||||||
|
chown postgres:postgres /var/run/postgresql
|
||||||
chown -R postgres:postgres /config/postgres
|
chown -R postgres:postgres /config/postgres
|
||||||
chmod 0700 /config/postgres
|
chmod 0700 /config/postgres
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user