Hi, I am using the docker container for guacamole with a native instance of Apache to do the reverse proxy. It is working pretty well, however, it is showing the source ip address as 172.18.0.1 which is the ip on the docker bridge network interface.
So I did see this: Using a reverse proxy for SSL termination - Apache Guacamole Manual v1.6.0<https://guacamole.apache.org/doc/gug/reverse-proxy.html> Which talks about this issue and suggests setting up a tomcat valve to fix it....but how do I do this if I am using the docker container and don't have access to the properties file?? Are there environment variables to pass in? Thanks in advance! Tony
