mirror of
https://github.com/xwiki-labs/cryptpad-docker.git
synced 2024-11-15 01:55:04 +00:00
Add Known bugs section
This commit is contained in:
parent
f4a1bb7874
commit
ad57fa7fb5
1 changed files with 7 additions and 1 deletions
|
@ -125,4 +125,10 @@ docker run -d -e "CPAD_MAIN_DOMAIN=example.com" -e "CPAD_SANDBOX_DOMAIN=sandbox.
|
|||
`docker-compose up`
|
||||
|
||||
##### Run with traefik2 labels:
|
||||
`docker-compose -f docker-compose.yml -f traefik2.yml up`
|
||||
`docker-compose -f docker-compose.yml -f traefik2.yml up`
|
||||
|
||||
## Know bugs
|
||||
###### Use the Nginx version with Traefik
|
||||
If Traefik is used as reverse proxy (e.g. to handle SSL certs) the CryptPad WebSocket is unreachable if Nginx listens with HTTP2.
|
||||
A workaround is to disable HTTP2 by setting the `CPAD_HTTP2_DISABLE` environment variable.
|
||||
|
||||
|
|
Loading…
Reference in a new issue