Skip to content

Commit

Permalink
fix compose paths
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorvaladi committed May 4, 2024
1 parent c379889 commit 709c0a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/mnist-keras/docker-compose.override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ services:
deploy:
replicas: 2
volumes:
- ${HOST_REPO_DIR:-.}:/app
- ${HOST_REPO_DIR:-.}/fedn:/app/fedn
- ${HOST_REPO_DIR:-.}/examples/mnist-keras/data:/var/data
- /var/run/docker.sock:/var/run/docker.sock
4 changes: 2 additions & 2 deletions examples/mnist-pytorch/docker-compose.override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
deploy:
replicas: 1
volumes:
- ${HOST_REPO_DIR:-.}:/app
- ${HOST_REPO_DIR:-.}/fedn:/app/fedn

client2:
extends:
Expand All @@ -32,4 +32,4 @@ services:
deploy:
replicas: 1
volumes:
- ${HOST_REPO_DIR:-.}:/app
- ${HOST_REPO_DIR:-.}/fedn:/app/fedn

0 comments on commit 709c0a7

Please sign in to comment.