docker startup on non conflicting port

This commit is contained in:
2025-12-27 08:59:08 +01:00
parent a947b878d0
commit 1c9cfd1d9b
+1 -1
View File
@@ -25,7 +25,7 @@ services:
dockerfile: ../docker/Dockerfile.frontend
container_name: bamort-frontend
ports:
- "80:80"
- "8181:80"
environment:
- ENVIRONMENT=production
- VITE_API_URL=${VITE_API_URL:-http://bamort.trokan.de:8180}