Skip to content

ahuse/z-push-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-z-push

docker run -d \
        -p 80:80 \
        -e MAILSERVER_TIMEZONE=Asia/Tokyo \
        -e MAILSERVER_FOLDER_PREFIX= \
        -e SERVER_ADDRESS=push.example.com \
        -e MAILSERVER_ADDRESS=mx.example.com  \
        -e MAILSERVER_PORT=993 \
        -e MAILSERVER_PORT_SMTP_SERVER=mx.example.com \
        -e MAILSERVER_PORT_SMTP_PORT=587 \
    causefx/z-push-docker

Build

docker build -t ahuse/z-push .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 54.7%
  • Dockerfile 45.3%