mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-11 17:42:02 +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
|
||||
|
||||
The above docker command is written into a `docker-compose.yaml` file.
|
||||
Write a `docker-compose.yaml` file with the following content:
|
||||
|
||||
```yaml
|
||||
services:
|
||||
|
@ -222,7 +222,7 @@ services:
|
|||
command: apk add curl && curl ifconfig.icu && sleep 10
|
||||
```
|
||||
|
||||
run compose file
|
||||
Then run the compose file
|
||||
|
||||
```bash
|
||||
docker compose up -d tun2proxy
|
||||
|
|
Loading…
Add table
Reference in a new issue