fixed: 修复 readme.en.md 内容错误

This commit is contained in:
市民233 2023-03-07 10:51:56 +08:00 committed by GitHub
parent 71f7a2e526
commit b41ef01841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -285,11 +285,11 @@ You can stop the api service by running: systemctl stop web_api.service
curl -fsSL get.docker.com -o get-docker.sh&&sh get-docker.sh &&systemctl enable docker&&systemctl start docker curl -fsSL get.docker.com -o get-docker.sh&&sh get-docker.sh &&systemctl enable docker&&systemctl start docker
``` ```
- Just leave the config.int and docker-compose.yml files - Just leave the config.ini and docker-compose.yml files
- Run the command to let the container run in the background - Run the command to let the container run in the background
```yaml ```yaml
docker compose up -d docker-compose up -d
``` ```
- View container logs - View container logs
@ -307,7 +307,7 @@ docker rm -f douyin_tiktok_download_api
- renew - renew
```yaml ```yaml
docker compose pull && docker compose down && docker compose up -d docker-compose pull && docker-compose down && docker-compose up -d
``` ```
## ❤️ Contributors ## ❤️ Contributors