Skip to content

martinvw/docker-php-fpm-with-mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-php-fpm-with-mail

PHP FPM docker with mail support (based on Alpine)

Docker compare example

version: '3'

services:
  phpfpm:
    image: 'martinvw/php-fpm-with-mail'
    restart: always
    volumes:
      - './msmtprc:/etc/msmtprc'
      - 'website_sources:/var/www/html:ro'

volumes:
  website_sources:
    driver: local

About

PHP FPM docker with mail support (based on Alpine)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published