Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 531 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 531 Bytes

Neos Base Image

This is a sample neos base image which can be used for testing, development, staging or production.

Link to DockerHub

It contains:

  • php 7.1
  • php-fpm
  • gd
  • PDO driver
  • composer
  • nginx
  • git
  • zip

WARNING

In your entrypoint you need to replace the nginx.conf with the nginx.template. This allows settings values from env variables in the nginx config!

envsubst '\$NGINX_HOST \$NGINX_PORT' < /etc/nginx/nginx.template > /etc/nginx/nginx.conf