Skip to content

Commit

Permalink
docker-compose: only mount "teuthology_api/src" directory
Browse files Browse the repository at this point in the history
  • Loading branch information
VallariAg committed Jun 25, 2024
1 parent 3245297 commit a60603c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ services:
DEPLOYMENT: development
volumes:
- teuthology-volume:/teuthology/:rw
- ../../../teuthology-api:/teuthology_api/:rw
- ../../../teuthology-api/src:/teuthology_api/src:rw
depends_on:
- teuthology
- paddles
Expand Down

0 comments on commit a60603c

Please sign in to comment.