Merge pull request #615 from openziti/refine-docker-instance

correct the shortcut URL
This commit is contained in:
Kenneth Bingham 2024-05-02 15:32:47 -04:00 committed by GitHub
commit 23431668a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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