11 lines
310 B
YAML
11 lines
310 B
YAML
services:
|
|
lumaops:
|
|
network_mode: host
|
|
ports: !reset []
|
|
environment:
|
|
# Host networking heeft geen port mapping: luister rechtstreeks op de
|
|
# gekozen publieke webpoort.
|
|
APP_PORT: "${WEB_PORT:-1223}"
|
|
OPENRGB_HOST: "127.0.0.1"
|
|
ENABLE_NETWORK_DISCOVERY: "true"
|