fix(rdp): correct guacd debug entrypoint override

ENTRYPOINT not CMD — guacamole/guacd image sets its own entrypoint,
so command override was being appended as args to guacd binary.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Vantz Stockwell 2026-03-14 05:58:13 -04:00
parent c062cd502d
commit 36251c3caa

View File

@ -20,7 +20,7 @@ services:
guacd: guacd:
image: guacamole/guacd image: guacamole/guacd
network_mode: host network_mode: host
command: ["/usr/local/sbin/guacd", "-b", "0.0.0.0", "-L", "debug", "-f"] entrypoint: ["/opt/guacamole/sbin/guacd", "-b", "0.0.0.0", "-L", "debug", "-f"]
restart: always restart: always
postgres: postgres: