frontend-reference: add https port mapping

laptop_master^2
Clemens Klug 2018-06-12 13:57:08 +02:00
parent a71376b1ce
commit 9533554cac
2 changed files with 9 additions and 5 deletions

View File

@ -26,10 +26,13 @@
1. Be on a host with port 80 available from the internet
2. Follw HTTP usage above up to step 2
3. Add acme.json volume:
3. Reconfigure docker-compose
* Add acme.json volume:
* Uncomment the line for the acme.json volume
* Adjust the host path
* Syntax: <host-path>:<container-path>
* Add port mapping for HTTPS
* Uncomment the line for the 443:443 port mapping
4. Create acme.json
* touch acme.json
* chmod 600 acme.json

View File

@ -9,6 +9,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 80:80
# - 443:443
networks:
- net
labels: