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