minor changes

This commit is contained in:
ssrlive 2024-11-26 13:32:39 +08:00
parent 724557b30e
commit a01de17b36

View file

@ -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