Upgrade PostgreSQL images

This commit is contained in:
Mo 2024-09-27 15:44:56 +02:00
parent 578a7ef39f
commit b97c746fd2
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
[Container] [Container]
Image=docker.io/library/postgres:16 Image=docker.io/library/postgres:17
AutoUpdate=registry AutoUpdate=registry
Network=collective-score-rust.network Network=collective-score-rust.network
Volume=%h/volumes/collective-score-rust/db:/var/lib/postgresql/data:Z Volume=%h/volumes/collective-score-rust/db:/var/lib/postgresql/data:Z

View file

@ -1,5 +1,5 @@
[Container] [Container]
Image=docker.io/library/postgres:16 Image=docker.io/library/postgres:17
AutoUpdate=registry AutoUpdate=registry
Network=oxitraffic-alonely0.network Network=oxitraffic-alonely0.network
Volume=%h/volumes/oxitraffic-alonely0/db:/var/lib/postgresql/data:Z Volume=%h/volumes/oxitraffic-alonely0/db:/var/lib/postgresql/data:Z

View file

@ -1,5 +1,5 @@
[Container] [Container]
Image=docker.io/library/postgres:16 Image=docker.io/library/postgres:17
AutoUpdate=registry AutoUpdate=registry
Network=oxitraffic-corrode-dev.network Network=oxitraffic-corrode-dev.network
Volume=%h/volumes/oxitraffic-corrode-dev/db:/var/lib/postgresql/data:Z Volume=%h/volumes/oxitraffic-corrode-dev/db:/var/lib/postgresql/data:Z

View file

@ -1,5 +1,5 @@
[Container] [Container]
Image=docker.io/library/postgres:16 Image=docker.io/library/postgres:17
AutoUpdate=registry AutoUpdate=registry
Network=oxitraffic.network Network=oxitraffic.network
Volume=%h/volumes/oxitraffic/db:/var/lib/postgresql/data:Z Volume=%h/volumes/oxitraffic/db:/var/lib/postgresql/data:Z