update to postgres 17
This commit is contained in:
parent
98f976d104
commit
c65611f419
@ -1,8 +1,7 @@
|
||||
version: "3.1"
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:14
|
||||
image: quay.io/wandoubaba517/postgres:17
|
||||
container_name: postgres
|
||||
restart: always
|
||||
environment:
|
||||
@ -10,4 +9,5 @@ services:
|
||||
PGDATA: /data/pgdata
|
||||
volumes:
|
||||
- ./data:/data
|
||||
network_mode: host
|
||||
ports:
|
||||
- 5432:5432
|
||||
|
Loading…
Reference in New Issue
Block a user