You have the right idea, I have a working example from a while ago here https://github.com/WestonThayer/bug-guacamole-noaudio/tree/main. Not sure why /etc/guacamole is being ignored, maybe a permissions issue.
On Thu, Mar 5, 2026 at 9:02 AM Bla Die Bla via user < [email protected]> wrote: > I'm running guacamole via docker containers. How do I define connections? > I think I have to modify `user-mapping.xml`, but I'm not sure how to make > this inside the container. > > My docker-compose is like > > guacamole: > environment: > GUACD_HOSTNAME: guacd > GUACAMOLE_HOME: /etc/guacamole > image: guacamole/guacamole:1.6.0 > volumes: > - ./guacamole/user-mapping.xml:/etc/guacamole/user-mapping.xml > > but this does not have any effect. Same for adding a > `guacamole.properties`, mapping to `/etc/gaucamole/guacamole.properties`; > it is simply ignored by the running docker image. > >
