We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d48a6 commit 04efb3fCopy full SHA for 04efb3f
docker-compose.yaml
@@ -5,5 +5,6 @@ services:
5
context: .
6
dockerfile: Dockerfile
7
image: docker.io/yuxzhu/mdns-reflector:latest
8
- command: mdns-reflector -fnl info -- ens18 ens19
+ command: mdns-reflector -fnl info -- eth0 eth1
9
network_mode: host
10
+ restart: unless-stopped
0 commit comments