From ad46fc7c191aa194288efa439c6742c251da342e Mon Sep 17 00:00:00 2001 From: Jacob Seman Date: Fri, 7 Jun 2024 12:19:05 -0600 Subject: [PATCH] Add Docker Compose network mode for changes in #24 --- docker/compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/compose.yaml b/docker/compose.yaml index ae2bd97..668de72 100644 --- a/docker/compose.yaml +++ b/docker/compose.yaml @@ -11,5 +11,6 @@ services: target: /home/user/adamant_example extra_hosts: - host.docker.internal:host-gateway + network_mode: host image: ghcr.io/lasp/adamant_example:latest command: sleep infinity