mailpiler / docker /
@Janos SUTO Janos SUTO authored on 8 Feb 2021
..
Dockerfile Fixed dockerfile 5 years ago
README Docker fixes 6 years ago
build.sh Fixed docker config 5 years ago
docker-compose.yaml Updated docker-compose.yaml to use mariadb:10.5 5 years ago
start.sh Fixed docker start.sh 5 years ago
README
How to build

  Pick the latest deb package from Bitbucket download page (https://bitbucket.org/jsuto/piler/downloads/)
  and use it as the PACKAGE build argument, eg.

  docker build --build-arg PACKAGE=piler_1.3.6~bionic-65cc7eb_amd64.deb -t sutoj/piler .

How to run the image

  Set the PILER_HOST env variable to match your hostname, eg.

  docker run -d --name piler1 -p 25:25 -p 80:80 -e PILER_HOST=archive.yourdomain.com sutoj/piler