Skip to content

Commit

Permalink
Apply compose.yaml fixes for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jbsco committed Jun 18, 2024
1 parent 59891b7 commit 93364c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ services:
container_name: adamant_example_container
volumes:
- type: bind
source: \"$(pwd)\"/../../../adamant
source: ../../adamant
target: /home/user/adamant
- type: bind
source: \"$(pwd)\"/../../../adamant_example
source: ../../adamant_example
target: /home/user/adamant_example
extra_hosts:
- host.docker.internal:host-gateway
Expand Down

0 comments on commit 93364c8

Please sign in to comment.