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
|
# bot
|
||||||
douyin_tiktok_download_api:
|
douyin_tiktok_download_api:
|
||||||
image: jwstar/douyin_tiktok_download_api
|
image: evil0ctal/douyin_tiktok_download_api
|
||||||
network_mode: host
|
network_mode: host
|
||||||
container_name: douyin_tiktok_download_api
|
container_name: douyin_tiktok_download_api
|
||||||
restart: always
|
restart: always
|
||||||
|
|
@ -15,4 +15,4 @@ services:
|
||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpus: '0.80'
|
cpus: '0.80'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue