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
Thanks for the easy to use image and compose config.
After a successful deployment I've discovered a few points that you might want to address.
look at the setup check page after deployment and modify the Dockerfile so that there are no warnings at all
the base path should be configurable, now it forces /, but it sometimes makes it pretty hard to proxy properly (we're using a reverse proxy with https termination and a specific url path), if not impossible
All these changes can be done inside the container and then committed, but it would make it a lot easier if the base image wouldn't need to be modified.
The text was updated successfully, but these errors were encountered:
Thanks for the easy to use image and compose config.
After a successful deployment I've discovered a few points that you might want to address.
All these changes can be done inside the container and then committed, but it would make it a lot easier if the base image wouldn't need to be modified.
The text was updated successfully, but these errors were encountered: