fix typo
Kim committed
Mar 13, 2026 at 11:05 UTC
8a0dc90355a41a4c6166db03b294ae2295d9a389
1 file changed
+2
-2
docs/deployment.md
+2
-2
@@ -7,7 +7,7 @@ This guide covers deploying Portal Relay on a public domain with Docker Compose.
7
You need:
8
9
- A public domain
10
-- A Linux server with a public IPv4 address, inbound 443/tcp, 4017/tcp
10
+- A Linux server with a public IPv4 address (inbound 443, 4017 port)
11
- Docker and Docker Compose
12
- `cloudflare` or `route53` credentials for ACME DNS-01
13
@@ -70,7 +70,7 @@ Use the example folders under `examples/` as the source of truth for deployment
70
- Single-service nginx reverse proxy and deployment automation: [examples/nginx-proxy](examples/nginx-proxy)
71
- Multi-service nginx reverse proxy: [examples/nginx-proxy-multi-service](examples/nginx-proxy-multi-service)
72
73
-## 4. Basic Troubleshooting
73
+## 4. Troubleshooting
74
75
### 4.1 Firewall
76