From 9e847c71f327376cc1f7f54d8946f36471d47322 Mon Sep 17 00:00:00 2001 From: Komal Thareja Date: Fri, 13 Sep 2024 16:28:40 -0400 Subject: [PATCH] update the compose file --- .../roles/head_switch_provisioning/docker-compose.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fabric_am/playbooks/roles/head_switch_provisioning/docker-compose.yml b/fabric_am/playbooks/roles/head_switch_provisioning/docker-compose.yml index 5170258..7fe373f 100644 --- a/fabric_am/playbooks/roles/head_switch_provisioning/docker-compose.yml +++ b/fabric_am/playbooks/roles/head_switch_provisioning/docker-compose.yml @@ -1,5 +1,5 @@ services: - p4-container: + p4_container: image: kthare10/tofino-sde:latest container_name: p4_container volumes: @@ -7,7 +7,6 @@ services: - /lib/modules:/lib/modules devices: - /dev/bf0:/dev/bf0 - command: ["sleep", "infinity"] # Keeps the container running in the background privileged: true # Required to allow the container to access kernel-related files network_mode: host restart: always