We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please update the README file and add a section where ssl is documented:
I've had a problem that my configuration in config/cms.php was overwritten by CMS_LINK_POLICY env of the docker image. Same goes for APP_URL etc.
The text was updated successfully, but these errors were encountered:
Hi @arndt-s!
Agreed. I think we should add some helpful HTTPS examples.
By default, APP_ENV=docker when a container is started. The variables defined in config/docker/cms.php will override those set in config/cms.php unless otherwise overridden.
APP_ENV=docker
config/docker/cms.php
config/cms.php
Sorry, something went wrong.
An example in the README would be very useful.
It took me a while to figure out all the things I had to do. If it helps, I posted my solution (using docker with jwilder reverse proxy) here: https://blog.programster.org/deploy-october-cms-with-docker#adding-ssl
No branches or pull requests
Please update the README file and add a section where ssl is documented:
I've had a problem that my configuration in config/cms.php was overwritten by CMS_LINK_POLICY env of the docker image. Same goes for APP_URL etc.
The text was updated successfully, but these errors were encountered: