mirror of
https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git
synced 2025-04-22 13:26:44 +08:00
Merge pull request #165 from citizen233/main
This commit is contained in:
commit
83fa2711b0
@ -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
|
||||||
|
@ -310,11 +310,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
|
||||||
```
|
```
|
||||||
|
|
||||||
- 留下config.int和docker-compose.yml文件即可
|
- 留下config.ini和docker-compose.yml文件即可
|
||||||
- 运行命令,让容器在后台运行
|
- 运行命令,让容器在后台运行
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
docker compose up -d
|
docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
- 查看容器日志
|
- 查看容器日志
|
||||||
@ -332,7 +332,7 @@ docker rm -f douyin_tiktok_download_api
|
|||||||
- 更新
|
- 更新
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
docker compose pull && docker compose down && docker compose up -d
|
docker-compose pull && docker-compose down && docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
## ❤️ 贡献者
|
## ❤️ 贡献者
|
||||||
|
Loading…
x
Reference in New Issue
Block a user