Skip to content

Commit

Permalink
fix rclone host docker compose config (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
ukclivecox authored Feb 18, 2022
1 parent 4e607ea commit 742d4cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scheduler/all-host-network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ services:
network_mode: "host"
volumes:
- type: bind
source: ./mnt
target: /mnt/agent
source: ${PWD}/mnt
target: ${PWD}/mnt

scheduler:
network_mode: "host"
Expand Down

0 comments on commit 742d4cd

Please sign in to comment.