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:
parent
c062cd502d
commit
36251c3caa
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user