mirror of
https://github.com/openziti/zrok.git
synced 2025-04-11 12:58:24 +02:00
call the Docker self-hosting compose project 'zrok-instance'
This commit is contained in:
parent
a770cbc882
commit
f466d2dd5c
@ -20,16 +20,16 @@ Create a working directory on your Docker host and save these Docker Compose pro
|
|||||||
wget https://get.openziti.io/dock/all-in-one/compose.yml
|
wget https://get.openziti.io/dock/all-in-one/compose.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Get the zrok quickstart ZIP file.
|
1. Get the zrok repo ZIP file.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget https://github.com/openziti/zrok/archive/refs/heads/main.zip
|
wget https://github.com/openziti/zrok/archive/refs/heads/main.zip
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Unzip the zrok quickstart in the project directory.
|
1. Unzip the zrok-instance files into the project directory.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
unzip -j -d . main.zip '*/docker/compose/quickstart/*'
|
unzip -j -d . main.zip '*/docker/compose/zrok-instance/*'
|
||||||
```
|
```
|
||||||
|
|
||||||
### Configure the Docker Compose Project Environment
|
### Configure the Docker Compose Project Environment
|
@ -4,6 +4,6 @@ sidebar_label: Docker
|
|||||||
sidebar_position: 45
|
sidebar_position: 45
|
||||||
---
|
---
|
||||||
|
|
||||||
import DockerInstance from '/../docker/compose/quickstart/README.md'
|
import DockerInstance from '/../docker/compose/zrok-instance/README.md'
|
||||||
|
|
||||||
<DockerInstance />
|
<DockerInstance />
|
||||||
|
Loading…
Reference in New Issue
Block a user