fix port mapping

This commit is contained in:
Stefan Hardegger
2025-09-16 15:06:40 +02:00
parent c7b516be31
commit e5596b5a17

View File

@@ -52,8 +52,8 @@ services:
postgres:
image: postgres:15-alpine
# No port mapping - only accessible within the Docker network
ports:
- "5432:5432"
#ports:
# - "5432:5432"
environment:
- POSTGRES_DB=storycove
- POSTGRES_USER=storycove