1
1
mirror of https://github.com/openziti/zrok.git synced 2025-07-08 10:17:01 +02:00
This commit is contained in:
Kenneth Bingham
2024-12-19 10:58:17 -05:00
parent 6169a61902
commit c9c94e726b

@ -94,7 +94,7 @@ Now that we have a private share we can access it with the zrok command or by ru
1. Run your Compose project to start accessing the private share: 1. Run your Compose project to start accessing the private share:
```bash ```bash
docker compose up zrok-private-access docker compose up zrok-access
``` ```
1. Now your zrok private access proxy is ready on http://127.0.0.1:9191. You can visit the demo web server in your browser. 1. Now your zrok private access proxy is ready on http://127.0.0.1:9191. You can visit the demo web server in your browser.