File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -414,9 +414,10 @@ services:
414414 image : inzania/network-traffic-metrics:latest
415415 network_mode : host
416416 container_name : monitor-traffic-tcpdump
417+ platform : linux/amd64
417418 environment :
418419 - " NTM_INTERFACE=any"
419- - " NTM_FILTERS="
420+ - " NTM_FILTERS="
420421
421422 prometheus :
422423 image : prom/prometheus:v2.36.2
@@ -525,6 +526,7 @@ services:
525526 image : izakmarais/grafana-reporter:${gr_version:-latest}
526527 command : " -ip grafana:3000 -grid-layout=1"
527528 container_name : reporter
529+ platform : linux/amd64
528530 depends_on :
529531 - grafana
530532 ports :
Original file line number Diff line number Diff line change @@ -336,9 +336,10 @@ services:
336336 image : inzania/network-traffic-metrics:latest
337337 network_mode : host
338338 container_name : monitor-traffic-tcpdump
339+ platform : linux/amd64
339340 environment :
340341 - " NTM_INTERFACE=any"
341- - " NTM_FILTERS="
342+ - " NTM_FILTERS="
342343
343344 prometheus :
344345 image : prom/prometheus:v2.36.2
@@ -448,6 +449,7 @@ services:
448449 image : izakmarais/grafana-reporter:${gr_version:-latest}
449450 command : " -ip grafana:3000 -grid-layout=1"
450451 container_name : reporter
452+ platform : linux/amd64
451453 depends_on :
452454 - grafana
453455 ports :
You can’t perform that action at this time.
0 commit comments