aspendigital / docker-octobercms

Dockerized October CMS: PHP, Composer, October core and dependencies
MIT License
150 stars 54 forks source link

nginx and mariadb version ? #17

Closed DigitalCoder closed 5 years ago

DigitalCoder commented 5 years ago

Hi, I'm looking for docker image working on Ubuntu last version (18.04) with :

Nginx PHP last version (7.1 / 7.2) PHP-FPM Mariadb Octobercms (last release)

Thx

petehalverson commented 5 years ago

Sorry, this image is based on Docker's official PHP images which use Debian.

I typically stick to separating services into their own containers and don't bundle nginx or mariadb into the October CMS image. Checkout the README for an example that uses docker-compose.

Please let me know if you'd be interested in more examples. I should update and publish more...