Update docker-compose.yml

This commit is contained in:
gru
2025-09-29 09:13:00 +02:00
parent 3433d85471
commit af1019f01c

View File

@@ -46,7 +46,7 @@ services:
restart: unless-stopped
pgsql:
image: postgres:17
image: postgres:18
container_name: lista-zakupow-pgsql-db
environment:
POSTGRES_DB: ${DB_NAME}