You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have multiple frost instances running on docker. I am using Keycloak for authentication. I want to update the config url and client id of a running frost docker container without deleting it. What are the possibility for it, Below is my yaml file for creating the Frost instance
As far as I know there is no way to change configuration in a running Docker container. This always involves starting a new container with the new configuration.
Depending on the Docker environment, you can first start the new one before stopping the old one. I'm not sure how docker-compose does that.
I have multiple frost instances running on docker. I am using Keycloak for authentication. I want to update the config url and client id of a running frost docker container without deleting it. What are the possibility for it, Below is my yaml file for creating the Frost instance
The text was updated successfully, but these errors were encountered: