Add hint on how the containers work into the readme

This commit is contained in:
Nico Schottelius 2019-12-15 00:27:14 +01:00
parent 125094f967
commit d29cf55160
1 changed files with 8 additions and 1 deletions

View File

@ -61,7 +61,14 @@ EOF
# create empty file - can be overriden by others # create empty file - can be overriden by others
touch /etc/nginx/https.conf touch /etc/nginx/https.conf
echo Welcome to ${dnsname} running with IPv6+LetsEncrypt > ${wwwroot}/index.html cat > "${wwwroot}/index.html" <<EOF
Welcome to ${dnsname} running with IPv6+LetsEncrypt.
Find more about fully automated docker containers with letsencrypt certificates on
https://ungleich.ch/u/blog/fully-automated-ssl-certificates-for-docker/
EOF
# restart and run now with cert # restart and run now with cert
pkill nginx pkill nginx