Skip to content

Commit

Permalink
chore:update to v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Mar 12, 2024
1 parent 5faf84d commit 965a394
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
private-note:
stdin_open: true
tty: true
image: b3log/siyuan:v2.10.13
image: b3log/siyuan:v2.9.6
ports:
- "6807:6806"
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
test-note:
stdin_open: true
tty: true
image: b3log/siyuan:v2.10.13
image: b3log/siyuan:v2.9.6
command: [ "--workspace=/home/siyuan/Documents", "--accessAuthCode=123456" ]
ports:
- "6806:6806"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-zhangy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
zhangy-note:
stdin_open: true
tty: true
image: b3log/siyuan:v2.10.13
image: b3log/siyuan:v2.9.6
ports:
- "6809:6806"
environment:
Expand Down

0 comments on commit 965a394

Please sign in to comment.