# WOL Manager Environment Configuration # Network mode configuration # For Windows/macOS Docker Desktop: use "bridge" # For Linux/LXC/Proxmox: use "host" for guaranteed WOL functionality WOL_NETWORK_MODE=bridge # External port mapping (only used with bridge mode) # For Windows/macOS: set the external port you want to access # For Linux with host mode: this setting is ignored WOL_EXTERNAL_PORT=5000 # Flask internal port (port on which Flask app runs inside container) FLASK_PORT=5000 # Examples: # Windows Docker Desktop: # WOL_NETWORK_MODE=bridge # WOL_EXTERNAL_PORT=5000 # Linux LXC/Proxmox: # WOL_NETWORK_MODE=host # WOL_EXTERNAL_PORT=5000 # ignored in host mode