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
The container's entry point currently always overwrites the configuration file.
This does not work well in the scenario where a customized config file is stored on a mounted volume. Any customization are then lost when the container starts.
The entry point should detect and handle (like for example Mysql and Postgres) this case.