Update compose.yaml

This commit is contained in:
2026-07-14 17:15:45 +02:00
parent 93ea851fad
commit b0c669aa19
+2 -2
View File
@@ -8,8 +8,8 @@ services:
environment:
POSTGRES_USER: ${USER}
POSTGRES_PASSWORD: ${PASSWORD}
# ports:
# - "5432:5432"
ports:
- "5432:5432"
volumes:
- /opt/91_DATABASE/postgres:/var/lib/postgresql/data