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: postgres:
image: postgres:15-alpine image: postgres:15-alpine
# No port mapping - only accessible within the Docker network # No port mapping - only accessible within the Docker network
ports: #ports:
- "5432:5432" # - "5432:5432"
environment: environment:
- POSTGRES_DB=storycove - POSTGRES_DB=storycove
- POSTGRES_USER=storycove - POSTGRES_USER=storycove