Upgrade PostgreSQL images
This commit is contained in:
parent
578a7ef39f
commit
b97c746fd2
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
[Container]
|
||||
Image=docker.io/library/postgres:16
|
||||
Image=docker.io/library/postgres:17
|
||||
AutoUpdate=registry
|
||||
Network=collective-score-rust.network
|
||||
Volume=%h/volumes/collective-score-rust/db:/var/lib/postgresql/data:Z
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Container]
|
||||
Image=docker.io/library/postgres:16
|
||||
Image=docker.io/library/postgres:17
|
||||
AutoUpdate=registry
|
||||
Network=oxitraffic-alonely0.network
|
||||
Volume=%h/volumes/oxitraffic-alonely0/db:/var/lib/postgresql/data:Z
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Container]
|
||||
Image=docker.io/library/postgres:16
|
||||
Image=docker.io/library/postgres:17
|
||||
AutoUpdate=registry
|
||||
Network=oxitraffic-corrode-dev.network
|
||||
Volume=%h/volumes/oxitraffic-corrode-dev/db:/var/lib/postgresql/data:Z
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Container]
|
||||
Image=docker.io/library/postgres:16
|
||||
Image=docker.io/library/postgres:17
|
||||
AutoUpdate=registry
|
||||
Network=oxitraffic.network
|
||||
Volume=%h/volumes/oxitraffic/db:/var/lib/postgresql/data:Z
|
||||
|
|
Loading…
Reference in a new issue