Support custom PORT in compose.yaml via .env

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-16 15:55:30 -04:00
parent 53baf3a9c4
commit 26d1622f83
+1 -1
View File
@@ -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