This commit is contained in:
Linus Gasser 2022-05-13 15:09:24 +02:00 committed by Adrian Nöthlich
parent bb93b0bc61
commit edc64c9fb5
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ services:
environment:
- CPAD_MAIN_DOMAIN=example.com
- CPAD_SANDBOX_DOMAIN=sandbox.example.com
# Traefik can't use HTTP2 to communicate with cryptpat_websocket
# A workaroung is disabling HTTP2 in Nginx
# Traefik can't use HTTP2 to communicate with cryptpad_websocket
# A workaround is to disable HTTP2 in Nginx
- CPAD_HTTP2_DISABLE=true
volumes: