Browse Source

Merge branch 'Crftbt-next-patch-43247' into 'next'

Update docker.md specifying port so that others don't also run into trying to...

See merge request famedly/conduit!712
merge-requests/687/head
Matthias Ahouansou 2 years ago
parent
commit
8abab8c8a0
  1. 1
      docs/deploying/docker.md

1
docs/deploying/docker.md

@ -64,6 +64,7 @@ docker run -d -p 8448:6167 \
-e CONDUIT_MAX_REQUEST_SIZE="20000000" \
-e CONDUIT_TRUSTED_SERVERS="[\"matrix.org\"]" \
-e CONDUIT_MAX_CONCURRENT_REQUESTS="100" \
-e CONDUIT_PORT="6167" \
--name conduit <link>
```

Loading…
Cancel
Save