Add DEBUG environment variable to compose.yaml
This commit is contained in:
@@ -21,6 +21,7 @@ services:
|
|||||||
WOL_BCAST: "${WOL_BCAST:-192.168.222.255}" # optional
|
WOL_BCAST: "${WOL_BCAST:-192.168.222.255}" # optional
|
||||||
WOL_PORT: "${WOL_PORT:-9}" # optional
|
WOL_PORT: "${WOL_PORT:-9}" # optional
|
||||||
USE_LUAJIT: "${USE_LUAJIT:-true}" # optional: use LuaJIT for better performance (default: true)
|
USE_LUAJIT: "${USE_LUAJIT:-true}" # optional: use LuaJIT for better performance (default: true)
|
||||||
|
DEBUG: "${DEBUG:-false}"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user