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