Browse Source

Add DEBUG environment variable to compose.yaml

main
Bastian (BaM) 3 months ago
parent
commit
c9f5cb673d
  1. 1
      compose.yaml

1
compose.yaml

@ -21,6 +21,7 @@ services:
WOL_BCAST: "${WOL_BCAST:-192.168.222.255}" # optional
WOL_PORT: "${WOL_PORT:-9}" # optional
USE_LUAJIT: "${USE_LUAJIT:-true}" # optional: use LuaJIT for better performance (default: true)
DEBUG: "${DEBUG:-false}"
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro

Loading…
Cancel
Save