Update docker-compose.yml
This commit is contained in:
parent
9f31197445
commit
5e2309d865
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ services:
|
|||
|
||||
# bot
|
||||
douyin_tiktok_download_api:
|
||||
image: jwstar/douyin_tiktok_download_api
|
||||
image: evil0ctal/douyin_tiktok_download_api
|
||||
network_mode: host
|
||||
container_name: douyin_tiktok_download_api
|
||||
restart: always
|
||||
|
|
@ -15,4 +15,4 @@ services:
|
|||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: '0.80'
|
||||
cpus: '0.80'
|
||||
|
|
|
|||
Loading…
Reference in a new issue