Removed extra colon before the 8080 docker port

This commit is contained in:
fairwood136 2019-08-15 09:44:04 -05:00 committed by Traefiker Bot
parent 5fdfa963f4
commit 16bd0b9ca8

View file

@ -20,7 +20,7 @@ services:
ports:
- "80:80"
- "443:443"
- ":8080:8080"
- "8080:8080"
volumes:
- "./letsencrypt:/letsencrypt"
- "/var/run/docker.sock:/var/run/docker.sock:ro"