Skip to content

Commit

Permalink
chore: update docker-compose mount
Browse files Browse the repository at this point in the history
  • Loading branch information
z0gSh1u committed Oct 16, 2024
1 parent 6bae4f7 commit 7ed0621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/secretnote-sf-sim/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
ports:
- 8090:8888
volumes:
- ./alice:/root/workspace
- ./alice:/home/secretnote/workspace

bob:
image: secretflow/secretnote:1.9.0b0
Expand All @@ -19,4 +19,4 @@ services:
ports:
- 8092:8888
volumes:
- ./bob:/root/workspace
- ./bob:/home/secretnote/workspace

0 comments on commit 7ed0621

Please sign in to comment.