web: rename directory for web configuration

pull/25/head
Saúl Ibarra Corretgé 6 years ago
parent ee90a92d43
commit a5412269c2
  1. 2
      docker-compose.yml

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

Loading…
Cancel
Save