Skip to content

Commit

Permalink
Reorder compose.yml for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkelk authored and Jbsco committed Jun 24, 2024
1 parent bf2503d commit cb9872e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/compose.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cb9872e

Please sign in to comment.