fix(docker): Change application.yaml port: 8081 docker-compose.yml server-port: 8080:8081

This commit is contained in:
2025-04-20 17:09:49 +02:00
parent 6db4213bb0
commit 8fcc279679
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ services:
container_name: meldestelle-server
restart: unless-stopped
ports:
- "8080:8080"
- "8080:8081"
environment:
- DB_USER=${POSTGRES_USER}
- DB_PASSWORD=${POSTGRES_PASSWORD}