web: rename directory for web configuration

This commit is contained in:
Saúl Ibarra Corretgé
2018-10-23 10:30:03 +02:00
parent ee90a92d43
commit a5412269c2

View File

@@ -8,7 +8,7 @@ services:
- '${HTTP_PORT}:80' - '${HTTP_PORT}:80'
- '${HTTPS_PORT}:443' - '${HTTPS_PORT}:443'
volumes: volumes:
- ${CONFIG}/meet:/config - ${CONFIG}/web:/config
environment: environment:
- ENABLE_AUTH - ENABLE_AUTH
- ENABLE_GUESTS - ENABLE_GUESTS