Update postgresql.container

This commit is contained in:
zenfyr 2025-12-30 16:49:18 +07:00
commit b74a877a6e
Signed by: melontini
SSH key fingerprint: SHA256:TtcIcnTnoAB5mqHofsaOxIgiMzfVBxej1AXT7DQdrTE

View file

@ -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