Add DEBUG environment variable to compose.yaml

This commit is contained in:
Bastian (BaM)
2025-09-15 09:42:25 +02:00
parent 6dcc3d0ef3
commit c9f5cb673d

View File

@@ -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