docs(docker): Detailed port exposure docs for other reverse proxies

This commit is contained in:
stratself
2026-04-20 18:15:39 +00:00
committed by Ellis Git
parent 91f2900463
commit a7244bdb68
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ Consult the [**DNS tuning guide (recommended)**](../advanced/dns.mdx) for full s
</details>
You will then need to point your reverse proxy towards Continuwuity at `127.0.0.1:8008`. See the [Other reverse proxies](generic.mdx#setting-up-the-reverse-proxy) section of the Generic page for further routing details.
See the [Other reverse proxies](generic.mdx#setting-up-the-reverse-proxy) section of the Generic page for further routing details.
### Starting Your Server
+11
View File
@@ -6,7 +6,18 @@ services:
restart: unless-stopped
command: /sbin/conduwuit
ports:
# If your reverse proxy is on the host, use this
# and configure it to connect to `127.0.0.1:8008`
- 127.0.0.1:8008:8008
# If your reverse proxy is on another machine, use this
# and configure it to connect to <this-machine-ip>:8008
# - 8008:8008
# If your reverse proxy is a docker container on the same network,
# comment out the entire `ports` section, and configure it to connect to `continuwuity:8008`
volumes:
- db:/var/lib/continuwuity
- ./continuwuity-resolv.conf:/etc/resolv.conf # use custom resolvers rather than Docker's