On Sat, Apr 29, 2023 at 4:25 PM André R. Basel <[email protected]> wrote:
>
> Hi Nick
>
> Perfect
>
> so I just need to add the following?
>
> -e WEBAPP_CONTEXT=ROOT
>

Yes, that's correct.

> This will then start a new instance; how do I keep my current connections in 
> the new docker instance?

If you deploy a new instance this shouldn't interrupt any connections
to the current instance; however, at some point you'll need to decide
if you should cut off the old instance and remove that Docker image,
or deal with the pitfalls of running two separate ones (lack of active
connection sync, etc.).

-Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to