update to postgres 17

This commit is contained in:
wandoubaba 2025-05-16 22:00:28 +08:00
parent 98f976d104
commit c65611f419

View File

@ -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