From cb9872ea1317655f087e55f84d26ed2b98e0247c Mon Sep 17 00:00:00 2001 From: Kevin Dinkel <1225857+dinkelk@users.noreply.github.com> Date: Mon, 24 Jun 2024 07:39:07 -0600 Subject: [PATCH] Reorder compose.yml for clarity --- docker/compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/compose.yml b/docker/compose.yml index 82f42241..b74bc83c 100644 --- a/docker/compose.yml +++ b/docker/compose.yml @@ -1,15 +1,15 @@ name: adamant services: adamant: + image: ghcr.io/lasp/adamant:latest + build: + context: . container_name: adamant_container volumes: - type: bind source: ../../adamant target: /home/user/adamant + network_mode: host extra_hosts: - host.docker.internal:host-gateway - network_mode: host - image: ghcr.io/lasp/adamant:latest - build: - context: . command: sleep infinity