mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-19 13:29:09 +00:00
minor changes
This commit is contained in:
parent
724557b30e
commit
a01de17b36
1 changed files with 2 additions and 2 deletions
|
@ -200,7 +200,7 @@ docker run -it \
|
||||||
```
|
```
|
||||||
### Docker Compose
|
### Docker Compose
|
||||||
|
|
||||||
The above docker command is written into a `docker-compose.yaml` file.
|
Write a `docker-compose.yaml` file with the following content:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
|
@ -222,7 +222,7 @@ services:
|
||||||
command: apk add curl && curl ifconfig.icu && sleep 10
|
command: apk add curl && curl ifconfig.icu && sleep 10
|
||||||
```
|
```
|
||||||
|
|
||||||
run compose file
|
Then run the compose file
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker compose up -d tun2proxy
|
docker compose up -d tun2proxy
|
||||||
|
|
Loading…
Add table
Reference in a new issue