Skip to content

Commit 46296c4

Browse files
committed
remane om course tutorial folder
1 parent cf0f4c2 commit 46296c4

15 files changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ services:
104104
ports:
105105
- "8888:8888"
106106
- ${OM_AUTHORITY_WEBHOOK_PORT}:${OM_AUTHORITY_WEBHOOK_PORT}
107-
108107
ngrok-datascientist:
109108
image: wernight/ngrok
110109
command: ngrok http datascientist-agent:${DATASCIENTIST_HTTP_PORT} --log stdout
@@ -144,7 +143,7 @@ services:
144143
networks:
145144
- indy_demo
146145
volumes:
147-
- ./notebooks/datascientist:/workspace
146+
- ./notebooks/datascientist:'/workspace'
148147
ports:
149148
- "8890:8888"
150149
- ${DATASCIENTIST_WEBHOOK_PORT}:${DATASCIENTIST_WEBHOOK_PORT}

0 commit comments

Comments
 (0)