mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 16:54:23 +01:00
Merge pull request #615 from openziti/refine-docker-instance
correct the shortcut URL
This commit is contained in:
commit
23431668a4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user