stabilization intermediate check-in

This commit is contained in:
andreas
2023-10-25 19:17:16 +00:00
parent a23a9438f6
commit 991905dd4f
21 changed files with 159 additions and 313 deletions

View File

@@ -1,7 +1,11 @@
#!/usr/bin/bash
# export DOCKER_BUILDKIT=1
# docker run -d --name apache -p80:80 -v/root/kopano/dist:/var/www httpd
docker build -t postfix .
rm -rf etc
mkdir etc
cp -r ~/kopano-docker/etc-zntrl/postfix etc
cp -r ~/kopano-docker/etc-zntrl/ssl etc
docker build -t baloan/postfix .
docker run -d --name postfix -v/root/kopano/postfix/etc/postfix:/etc/postfix -p8025:25 postfix
docker logs -f postfix
docker exec -it postfix sh