Removed extra colon before the 8080 docker port
This commit is contained in:
parent
5fdfa963f4
commit
16bd0b9ca8
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue