docs(docker): use the default port in docker run command

This commit is contained in:
Risu
2026-02-09 03:43:47 +11:00
parent 94162974f9
commit 7b0bcec8f3

View File

@@ -26,7 +26,7 @@ OCI images for tuwunel are available in the registries listed below.
When you have the image you can simply run it with When you have the image you can simply run it with
```bash ```bash
docker run -d -p 8448:6167 \ docker run -d -p 8448:8008 \
-v db:/var/lib/tuwunel/ \ -v db:/var/lib/tuwunel/ \
-e TUWUNEL_SERVER_NAME="your.server.name" \ -e TUWUNEL_SERVER_NAME="your.server.name" \
-e TUWUNEL_ALLOW_REGISTRATION=false \ -e TUWUNEL_ALLOW_REGISTRATION=false \