Support custom PORT in compose.yaml via .env
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ services:
|
|||||||
- path: .env
|
- path: .env
|
||||||
required: false
|
required: false
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8090:8080"
|
- "127.0.0.1:${PORT:-8090}:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- bbq-data:/data
|
- bbq-data:/data
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user