docker-octobercms icon indicating copy to clipboard operation
docker-octobercms copied to clipboard

Dockerized October CMS: PHP, Composer, October core and dependencies

Results 20 docker-octobercms issues
Sort by recently updated
recently updated
newest added

Hey Guys, Great job! Any chance you will create a dockerfile version for deployment to Google Cloud Run in the future?

It seems like newest version of this container hase some issues with installing plugins from web. Using Backend and Console also will give Bad protocol version. Please update to a...

OC runs on Port 80 behind a reverse proxy (nginx container) with ssl termination which runs on port 8443. I can get all content with https://:8443 but not the images...

I currently have a project with the Offline Mall plugin for OctoberCMS. When I try to access the checkout page I get an error. When I check the logs I...

Hi Team, Great work on the docker-octobercms I have 2 questions 1. Do you have a suggested CI/CD workflow for dockerized octobercms? 2. Are you guys working on Octobercms v2.0?

Hello! I see the difference in tags list in README and actual tags in Docker Hub. For example, https://registry.hub.docker.com/r/aspendigital/octobercms says `build.473-php7.3-apache` tag exists, but it isn't. The last OctoberCMS version...

By default, cron does not care about the environment variables that are set in the Dockerfile. This means that all scheduled cronjobs will run with a completely different configuration ‒...

Can we have an additional variable like ENABLE_SUPERVISOR? And this is going to install the supervisor, config file and run. For the sake of database queues. For example, it might...

Hi, Is there any way or plans to upgrade the docker container to october v1.1? More info in the [release notes](https://octobercms.com/support/articles/release-notes).

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...