Skip to content

Commit

Permalink
refine Docker instance README
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Nov 13, 2024
1 parent a7491cc commit 9655d90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/compose/zrok-instance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,9 @@ See "My internet connection can only send to common ports like 80 and 443" below
AWS_SECRET_ACCESS_KEY=abcd1234
```
1. My internet connection can only send traffic to common ports like 80 and 443.
1. My internet connection can only send traffic to common ports like 80, 443, and 3389.
You can change the required ports in the `.env` file. I'll assume you still want to use 443 for zrok shares and API, and for this example your ISP allows you to additionally send traffic to ports 80 and 3389.
You can change the required ports in the `.env` file. Caddy will still use port 443 for zrok shares and API if you renamed `compose.caddy.yml` as `compose.override.yml` to enable Caddy.
```bash title=".env"
ZITI_CTRL_ADVERTISED_PORT=80
Expand Down

0 comments on commit 9655d90

Please sign in to comment.