Make Docker web port configurable

This commit is contained in:
pewdiepie-archdaemon
2026-06-01 11:20:25 +09:00
parent 577f2cfc18
commit 415d115b17
3 changed files with 7 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ services:
odysseus:
build: .
ports:
- "7000:7000"
- "${APP_PORT:-7000}:7000"
volumes:
- ./data:/app/data
- ./logs:/app/logs