Rename PORT to HOST_PORT in compose to avoid conflict with Go server

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-16 15:58:44 -04:00
parent 26d1622f83
commit 4fc79d4491
+1 -1
View File
@@ -6,7 +6,7 @@ services:
- path: .env - path: .env
required: false required: false
ports: ports:
- "127.0.0.1:${PORT:-8090}:8080" - "127.0.0.1:${HOST_PORT:-8090}:8080"
volumes: volumes:
- bbq-data:/data - bbq-data:/data