Hi Nick Perfect
so I just need to add the following? -e WEBAPP_CONTEXT=ROOT This will then start a new instance; how do I keep my current connections in the new docker instance? Kind regards Andre Sent with Proton Mail secure email. ------- Original Message ------- On Sunday, April 30th, 2023 at 08:01, Nick Couchman <[email protected]> wrote: > On Fri, Apr 28, 2023 at 8:49 PM André R. Basel [email protected] wrote: > > > Do I add something like > > > > -v /home/myhome/quacamole:/opt/quacamole > > > > And then put my war file there? > > > No, there's no need to do this. If you're looking to change the path > used by Docker to deploy the web application (e.g. remove /guacamole > or change it to something else), just use the WEBAPP_CONTEXT > environment variable, and set it to ROOT, which will result in the > file being copied as ROOT.war and the web application loading without > any additional context (/). > > Looks like this variable didn't make it into the documentation, so we > need to update that... > > -Nick > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
