Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 955 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 955 Bytes

Postfix container layout

Environment variables

Variable Description
POSTFIX_MYNETWORKS Postfix mynetwork setting
POSTFIX_RELAYHOST Postfix relayhost setting

Container info

Image Info
webdevops/postfix:latest

Example usage

Running a sphinx-autobuild server for Live preview.

docker run -t -i --rm -p 8080:8000 -v <yourDocsDirectory>:/opt/docs webdevops/sphinx sphinx-autobuild -H 0.0.0.0 /opt/docs html