removing unused port
This commit is contained in:
parent
8c126fdc76
commit
1c3113d440
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
- "10.0.0.1:8080:8080"
|
|
||||||
volumes:
|
volumes:
|
||||||
- "/var/run/docker.sock:/var/run/docker.sock:ro"
|
- "/var/run/docker.sock:/var/run/docker.sock:ro"
|
||||||
- "./cert/:/cert/"
|
- "./cert/:/cert/"
|
||||||
|
|
Loading…
Reference in a new issue