This commit is contained in:
Andreas Knuth 2025-12-15 15:03:49 -06:00
parent 741c07ab3f
commit 995eea820e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ services:
POSTGRES_PASSWORD: ${DATABASE_PASSWORD} POSTGRES_PASSWORD: ${DATABASE_PASSWORD}
POSTGRES_DB: mydb POSTGRES_DB: mydb
ports: ports:
- "5434:5432" # Optional: Host-Zugriff auf DB - "5432:5432" # Optional: Host-Zugriff auf DB
volumes: volumes:
- postgres-data:/var/lib/postgresql/data - postgres-data:/var/lib/postgresql/data
restart: unless-stopped restart: unless-stopped