Skip to content

Commit 9a60a8a

Browse files
committed
fix bug in pki course docker-compose
1 parent 46296c4 commit 9a60a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/5. OM FoPC Course - Public Key Infrastructures/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ services:
143143
networks:
144144
- indy_demo
145145
volumes:
146-
- ./notebooks/datascientist:'/workspace'
146+
- ./notebooks/datascientist:/workspace
147147
ports:
148148
- "8890:8888"
149149
- ${DATASCIENTIST_WEBHOOK_PORT}:${DATASCIENTIST_WEBHOOK_PORT}

0 commit comments

Comments
 (0)