-
Image based on:
alpine -
Supported architectures:
linux/amd64,linux/arm64 -
Maintained by:
grmvoid -
Where to file issues:
https://github.com/grmvoid/docker-php/issues
docker run --name some-postfix -d grmvoid/postfix:3.9.1... via docker-compose
Example docker-compose.yml for postfix:
version: '3.1'
services:
postfix:
image: grmvoid/postfix:3.9.1
restart: always
ports:
- "25:25/tcp"
- "587:587/tcp"View license information for the software contained in this image.