removed port 443 from compose file
This commit is contained in:
parent
c38b3da07e
commit
108b9ed752
@ -17,10 +17,8 @@ services:
|
|||||||
build: webserver
|
build: webserver
|
||||||
expose:
|
expose:
|
||||||
- "80"
|
- "80"
|
||||||
- "443"
|
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
|
||||||
networks:
|
networks:
|
||||||
webnet:
|
webnet:
|
||||||
aliases:
|
aliases:
|
||||||
|
Loading…
Reference in New Issue
Block a user