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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user