Skip to content

Commit

Permalink
chore:update to v3.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Apr 17, 2024
1 parent b9a1517 commit 5de4b4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -6,8 +6,6 @@ my note for docker

```bash
docker compose up --build
docker compose -f docker-compose-test.yml up --build
docker compose -f docker-compose-private.yml up --build
```

Run background
Expand Down
20 changes: 2 additions & 18 deletions docker-compose.yml
Expand Up @@ -4,28 +4,12 @@
version: '3'
services:
public-note:
stdin_open: true
tty: true
image: b3log/siyuan:v3.0.3
image: b3log/siyuan:v3.0.10
ports:
- "6808:6806"
environment:
- "TZ=CST-8"
command: --accessAuthCode=123456
volumes:
- ./workspace:/home/siyuan
restart: "no"
# networks:
# - public_note_blog_network
#
# public-blog:
# image: terwer/nuxt3-blog:latest
# ports:
# - "3333:3000"
# env_file:
# - ./.env.docker
# networks:
# - public_note_blog_network
#
#networks:
# public_note_blog_network:
restart: "no"

0 comments on commit 5de4b4c

Please sign in to comment.