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