added apache2 and ssl config

This commit is contained in:
andreas
2022-07-21 19:55:14 +00:00
parent 40a6cfab88
commit 0aab815e49
472 changed files with 6987 additions and 11 deletions

View File

@@ -1,10 +1,11 @@
#!/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
# 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
docker run -d --name postfix -v/root/kopano/postfix/etc/postfix:/etc/postfix postfix
docker logs -f postfix
docker exec -it postfix sh
docker kill postfix
docker rm postfix