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