mirror of
https://github.com/xwiki-labs/cryptpad-docker.git
synced 2024-11-14 17:25:03 +00:00
Typo
This commit is contained in:
parent
bb93b0bc61
commit
edc64c9fb5
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue