This is a repository that can be used to run php, php-fpm, nginx, postfix on docker / kubernetes. This can be used as a dev environment for developer as well as a base docker image to build other images on top of. ##Versioning
- 1.0.x for php7
- 1.1.8 for php8
- Make changes to the postfix/sasl_passwd file and update it with your own smtp details
- Make changes to the postfix/main.cf file and update the following lines sender_canonical_maps = static:[email protected] relayhost = smtp.nodesol.com:587
docker build -t nodesol-base:latest .
docker run -d -p 8000:80 --name=nodesol-base -v "$(pwd)":"${DIR}" nodesol-base:latest