Fix guacd debug logging: use env var instead of command override

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
deadRabbit
2026-02-22 14:10:43 +01:00
parent c6eded0b48
commit bbfb9200e7

View File

@@ -19,8 +19,8 @@ services:
guacd: guacd:
image: guacamole/guacd:1.5.4 image: guacamole/guacd:1.5.4
restart: unless-stopped restart: unless-stopped
# -L debug gives full FreeRDP error detail in `docker logs mremotify-guacd-1` environment:
command: ["/bin/sh", "-c", "/usr/local/sbin/guacd -b 0.0.0.0 -l 4822 -f -L debug"] GUACD_LOG_LEVEL: debug
networks: networks:
- internal - internal