correct the shortcut URL

This commit is contained in:
Kenneth Bingham 2024-05-02 15:18:59 -04:00
parent 25cbcec6f1
commit 8eeb695631
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -19,13 +19,13 @@ Create a working directory on your Docker host and save these Docker Compose pro
1. Run this script to download the files in the current directory. 1. Run this script to download the files in the current directory.
```bash ```bash
curl https://get.openziti.io/zrok-docker/fetch.bash | bash curl https://get.openziti.io/zrok-instance/fetch.bash | bash
``` ```
Or, specify the Compose project directory. Or, specify the Compose project directory.
```bash ```bash
curl https://get.openziti.io/zrok-docker/fetch.bash | bash -s /path/to/compose/project/dir curl https://get.openziti.io/zrok-instance/fetch.bash | bash -s /path/to/compose/project/dir
``` ```
#### Manual Option #### Manual Option