Fix to postgres 17

This commit is contained in:
Jamie Curnow
2025-10-27 08:13:03 +10:00
parent c303b69649
commit 1a117a267c
3 changed files with 17 additions and 18 deletions

View File

@@ -79,7 +79,7 @@ services:
- "/etc/localtime:/etc/localtime:ro"
db-postgres:
image: postgres:latest
image: postgres:17
container_name: npm2dev.db-postgres
networks:
- nginx_proxy_manager