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:
+1
-1
@@ -6,7 +6,7 @@ services:
|
||||
- path: .env
|
||||
required: false
|
||||
ports:
|
||||
- "127.0.0.1:${PORT:-8090}:8080"
|
||||
- "127.0.0.1:${HOST_PORT:-8090}:8080"
|
||||
volumes:
|
||||
- bbq-data:/data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user