Merge pull request #811 from openziti/doc-typo-docker-access

fix typo
This commit is contained in:
Kenneth Bingham 2024-12-19 14:49:04 -05:00 committed by GitHub
commit 119c7e4109
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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:
```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.