fix: update network configuration for Downloaders service in docker-compose template
This commit is contained in:
parent
0b9d2a72db
commit
a9d7256910
@ -6,7 +6,7 @@ services:
|
|||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
networks:
|
networks:
|
||||||
- shared_network
|
- caddy_network
|
||||||
ports:
|
ports:
|
||||||
- 6881:6881
|
- 6881:6881
|
||||||
- 6881:6881/udp
|
- 6881:6881/udp
|
||||||
@ -58,5 +58,6 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
shared_network:
|
caddy_network:
|
||||||
external: true
|
external: true
|
||||||
|
name: caddy_default
|
||||||
|
Loading…
x
Reference in New Issue
Block a user