Re: guacamole with docker Problem tomcat default

2021-02-04 Thread adouren
Hi, Yes that's right. It's OK. I thought I wrote in the reverse-proxy configuration the /guacamole at the end of the url. But I hadn't done it Thank you Olivier -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

Re: guacamole with docker Problem tomcat default

2021-02-04 Thread Nick Couchman
On Thu, Feb 4, 2021 at 4:31 AM adouren wrote: > Hi, > > I did a guacamole install with docker, but I can't reach the guacamole > page, > instead I have a tomcat default page : > > By default, even with Docker, Guacamole is deployed to /guacamole, so you'll need to make sure the URL you're using

guacamole with docker Problem tomcat default

2021-02-04 Thread adouren
Hi, I did a guacamole install with docker, but I can't reach the guacamole page, instead I have a tomcat default page : My docker-compose.yml : version: '3.1' services: db: image: postgres:10 hostname: db deploy: mode: replicated replicas: 1 placement: