Skip to content

Commit f28fe3c

Browse files
authored
Fix mount dir
Signed-off-by: Andrew <AndBondStyle@gmail.com>
1 parent 52c96a5 commit f28fe3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
ports:
88
- "${FOXGLOVE_PORT:-8765}:8765"
99
volumes:
10-
- "/home/bakind/handy:/handy"
10+
- ".:/handy"
1111
- "/dev:/dev"
1212
deploy:
1313
resources:

0 commit comments

Comments
 (0)