added apache2 and ssl config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user