Update Services/postgres/postgres.container

This commit is contained in:
2026-05-12 14:57:05 +02:00
parent 665fe14c03
commit 3eec10157a
+2 -2
View File
@@ -3,14 +3,14 @@ Name=postgres
[Container] [Container]
ContainerName=postgres ContainerName=postgres
Image=postgres:17 Image=postgres:latest
#AutoUpdate=registry #AutoUpdate=registry
Network=internal.network Network=internal.network
Environment=POSTGRES_USER=postgres Environment=POSTGRES_USER=postgres
Environment=POSTGRES_PASSWORD=postgres Environment=POSTGRES_PASSWORD=postgres
#PublishPort=5432:5432 #PublishPort=5432:5432
Volume=/srv/containers/postgres:/var/lib/postgresql/data Volume=/srv/containers/postgres:/var/lib/postgresql
[Service] [Service]
TimeoutStartSec=5m TimeoutStartSec=5m