made postfix Alpine based

This commit is contained in:
Andreas Balogh
2022-07-20 20:18:08 +00:00
parent cd466e6d38
commit 40a6cfab88
20 changed files with 2612 additions and 11 deletions

10
postfix/build.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/bash
# docker login --username baloan --password 'yZBCUs5&@?:.'
# docker run -d --name apache -p80:80 -v/root/kopano/dist:/var/www httpd
export DOCKER_BUILDKIT=1
docker build -t postfix .
# docker container prune -f
# docker run -d --name postfix postfix
# docker exec -it postfix bash
# docker stop postfix
# docker rm postfix