Fix Synology Docker network overlapping issue
This commit is contained in:
parent
0eeeb58738
commit
105381b55d
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ services:
|
||||||
image: git.khoavo.myds.me/vndangkhoa/kv-tiktok-download:v1
|
image: git.khoavo.myds.me/vndangkhoa/kv-tiktok-download:v1
|
||||||
container_name: douyin_tiktok_download_api
|
container_name: douyin_tiktok_download_api
|
||||||
restart: always
|
restart: always
|
||||||
|
network_mode: bridge
|
||||||
|
|
||||||
# Use bridge mode with explicit port mapping for better NAS compatibility
|
# Use bridge mode with explicit port mapping for better NAS compatibility
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue