fix: the container must be in network_mode host otherwise tap isn't visible
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
services:
|
services:
|
||||||
cloud:
|
cloud:
|
||||||
image: bearcloud:latest
|
image: bearcloud:latest
|
||||||
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
- "./data:/image"
|
- "./data:/image"
|
||||||
- "./test.sh:/test.sh"
|
- "./test.sh:/test.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user