- Add FLASK_PORT environment variable support in docker-compose.yml - Update Flask app to read port from FLASK_PORT environment variable - Add FLASK_PORT configuration to .env and .env.example files - Enables running Flask on custom ports to avoid port conflicts in containerized environments 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
5 lines
123 B
Bash
5 lines
123 B
Bash
# WOL Manager Environment Configuration
|
|
WOL_NETWORK_MODE=bridge
|
|
WOL_EXTERNAL_PORT=5000
|
|
FLASK_PORT=5000
|
|
FLASK_DEBUG=true |