mirror of
https://github.com/containous/traefik.git
synced 2024-12-24 21:34:39 +03:00
Removed extra colon before the 8080 docker port
This commit is contained in:
parent
5fdfa963f4
commit
16bd0b9ca8
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user