From 0730bb06b8d0171f0e803a7e539b438e127ac314 Mon Sep 17 00:00:00 2001 From: Sohom Bhattacharjee <83bytes@users.noreply.github.com> Date: Wed, 22 Oct 2025 18:04:20 +0530 Subject: [PATCH] Add NET_RAW capability to looking-glass container This is needed otherwise the golang process is unable to make raw socket connections needed to ping --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 81710f4..4d4a85e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,6 +7,8 @@ services: dockerfile: Dockerfile container_name: looking-glass restart: always + cap_add: + - NET_RAW network_mode: host env_file: - .env