mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 Add zh_CN translation for https://github.com/siyuan-note/siyuan/pull/9679
This commit is contained in:
parent
f001821a90
commit
30ef9d9ca5
2 changed files with 22 additions and 2 deletions
|
|
@ -149,13 +149,14 @@ To simplify, it is recommended to configure the workspace folder path to be cons
|
|||
docker run -d -v /siyuan/workspace:/siyuan/workspace -p 6806:6806 -u 1000:1000 b3log/siyuan --workspace=/siyuan/workspace/ --accessAuthCode=xxx
|
||||
```
|
||||
|
||||
Alternatively, see below for an example docker-compose file:
|
||||
Alternatively, see below for an example Docker Compose file:
|
||||
|
||||
```
|
||||
version: "3.9"
|
||||
services:
|
||||
main:
|
||||
image: b3log/siyuan
|
||||
command: ['--workspace=/siyuan/workspace/','--accessAuthCode=${AuthCode}']
|
||||
command: ['--workspace=/siyuan/workspace/', '--accessAuthCode=${AuthCode}']
|
||||
user: '1000:1000'
|
||||
ports:
|
||||
- 6806:6806
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue