Browse Source

minor changes

pull/168/head
ssrlive 2 years ago
parent
commit
a01de17b36
  1. 4
      README.md

4
README.md

@ -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…
Cancel
Save