Don't expose unnecessary ports
This commit is contained in:
parent
b4855c6a66
commit
b05469e662
1 changed files with 0 additions and 3 deletions
|
@ -5,9 +5,6 @@ services:
|
|||
web:
|
||||
image: jitsi/web
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '${HTTP_PORT}:80'
|
||||
- '${HTTPS_PORT}:443'
|
||||
volumes:
|
||||
- ${CONFIG}/web:/config
|
||||
- ${CONFIG}/web/letsencrypt:/etc/letsencrypt
|
||||
|
|
Loading…
Add table
Reference in a new issue