Don't expose unnecessary ports

This commit is contained in:
Jan Beilicke 2020-05-02 21:25:42 +02:00
parent b4855c6a66
commit b05469e662

View file

@ -5,9 +5,6 @@ services:
web: web:
image: jitsi/web image: jitsi/web
restart: unless-stopped restart: unless-stopped
ports:
- '${HTTP_PORT}:80'
- '${HTTPS_PORT}:443'
volumes: volumes:
- ${CONFIG}/web:/config - ${CONFIG}/web:/config
- ${CONFIG}/web/letsencrypt:/etc/letsencrypt - ${CONFIG}/web/letsencrypt:/etc/letsencrypt