Skip to content

Commit e895a27

Browse files
committed
Fix path
1 parent 5aaf0a9 commit e895a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
extra_hosts:
1111
- fakeservices.datajoint.io:127.0.0.1
1212
volumes:
13-
- ..:/workspaces/datajoint_tutorials:cached
13+
- ..:/workspaces/datajoint-tutorials:cached
1414
- docker_data:/var/lib/docker # persist docker images
1515
privileged: true # only because of dind
1616
volumes:

0 commit comments

Comments
 (0)