Closing port 80 by default and 1 second expiration is to low in examples

This commit is contained in:
kexkey
2018-10-15 20:10:37 -04:00
parent 805291f624
commit 2a7ca27600
3 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ services:
- api_auth_docker/env.properties
image: authapi
ports:
- "80:80"
# - "80:80"
- "443:443"
volumes:
- "~/cyphernode-ssl/certs:/etc/ssl/certs"