This commit is contained in:
Marwolf
2018-08-18 17:35:15 -04:00
parent 82bc1016d5
commit 23f6432dd7
5 changed files with 8 additions and 106 deletions

View File

@@ -17,19 +17,6 @@ services:
- NGINX_HOST=${NGINX_HOST}
restart: always
certbot:
build: ./etc/certbot
container_name: certbot
volumes:
- ./etc/letsencrypt/certs:/certs
restart: always
environment:
- WEBROOT="/opt/bitnami/nginx/html"
- DOMAINS=wolfkingdom.net
- EMAIL=cleako@gmail.com
- CONCAT=false
- SEPARATE=true
myadmin:
image: phpmyadmin/phpmyadmin
container_name: phpmyadmin