From b41ef018416e65ce484dbb563fb7b633fe3d0bfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=82=E6=B0=91233?= Date: Tue, 7 Mar 2023 10:51:56 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=20=E4=BF=AE=E5=A4=8D=20readme.en.md=20?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.en.md b/README.en.md index 8a9f1ec..0d213f9 100644 --- a/README.en.md +++ b/README.en.md @@ -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 ``` -- 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 ```yaml -docker compose up -d +docker-compose up -d ``` - View container logs @@ -307,7 +307,7 @@ docker rm -f douyin_tiktok_download_api - renew ```yaml -docker compose pull && docker compose down && docker compose up -d +docker-compose pull && docker-compose down && docker-compose up -d ``` ## ❤️ Contributors