mirror of
https://github.com/xwiki-labs/cryptpad-docker.git
synced 2024-11-21 22: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:
|
environment:
|
||||||
- CPAD_MAIN_DOMAIN=example.com
|
- CPAD_MAIN_DOMAIN=example.com
|
||||||
- CPAD_SANDBOX_DOMAIN=sandbox.example.com
|
- CPAD_SANDBOX_DOMAIN=sandbox.example.com
|
||||||
# Traefik can't use HTTP2 to communicate with cryptpat_websocket
|
# Traefik can't use HTTP2 to communicate with cryptpad_websocket
|
||||||
# A workaroung is disabling HTTP2 in Nginx
|
# A workaround is to disable HTTP2 in Nginx
|
||||||
- CPAD_HTTP2_DISABLE=true
|
- CPAD_HTTP2_DISABLE=true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue