Update postgresql.container
This commit is contained in:
parent
0332e0ba99
commit
b74a877a6e
1 changed files with 3 additions and 2 deletions
|
|
@ -9,8 +9,9 @@ HealthCmd=pg_isready -U postgres -d postgres
|
||||||
HealthInterval=40s
|
HealthInterval=40s
|
||||||
HealthTimeout=3s
|
HealthTimeout=3s
|
||||||
HealthRetries=20
|
HealthRetries=20
|
||||||
Volume=/var/containers/postgresql/db:/var/lib/postgresql/data:z
|
UserNS=keep-id:uid=999,gid=999
|
||||||
Volume=/var/containers/postgresql/exp:/mnt/exp:z
|
Volume=/var/containers/postgresql/db:/var/lib/postgresql/data:z,U
|
||||||
|
Volume=/var/containers/postgresql/exp:/mnt/exp:z,U
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue