你的提交信息
This commit is contained in:
parent
03b23a0c0c
commit
ab9d929e3a
|
@ -797,19 +797,30 @@ services:
|
||||||
- "e12bb873d249813db599f88f7afd3c9c12231cd0b523bc8e3251f9012a569002:/var/www/phpldapadmin"
|
- "e12bb873d249813db599f88f7afd3c9c12231cd0b523bc8e3251f9012a569002:/var/www/phpldapadmin"
|
||||||
|
|
||||||
siyuan:
|
siyuan:
|
||||||
|
|
||||||
command:
|
command:
|
||||||
- "--workspace=/siyuan/workspace/"
|
- "--workspace=/siyuan/workspace/"
|
||||||
- "--accessAuthCode=Zhupo222"
|
- "--accessAuthCode=Zhupo222"
|
||||||
|
|
||||||
container_name: "siyuan"
|
container_name: "siyuan"
|
||||||
|
|
||||||
|
devices:
|
||||||
|
- "/dev/fuse:/dev/fuse"
|
||||||
|
|
||||||
entrypoint:
|
entrypoint:
|
||||||
- "/opt/siyuan/kernel"
|
- "/opt/siyuan/kernel"
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- "TZ=Etc/UTC"
|
- "TZ=Etc/UTC"
|
||||||
- "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
- "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||||
- "RUN_IN_CONTAINER=true"
|
- "RUN_IN_CONTAINER=true"
|
||||||
hostname: "b6c44d6cedf6"
|
|
||||||
|
hostname: "siyuan"
|
||||||
|
|
||||||
image: "registry.cn-guangzhou.aliyuncs.com/fnapp/b3log_siyuan"
|
image: "registry.cn-guangzhou.aliyuncs.com/fnapp/b3log_siyuan"
|
||||||
|
|
||||||
ipc: "private"
|
ipc: "private"
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
com.docker.compose.config-hash: "f4928f1ccadb2439905eab36daf8a7d48f839666a1a4e5d86dfafabe310b9e4b"
|
com.docker.compose.config-hash: "f4928f1ccadb2439905eab36daf8a7d48f839666a1a4e5d86dfafabe310b9e4b"
|
||||||
com.docker.compose.container-number: "1"
|
com.docker.compose.container-number: "1"
|
||||||
|
@ -822,18 +833,26 @@ services:
|
||||||
com.docker.compose.service: "siyuan"
|
com.docker.compose.service: "siyuan"
|
||||||
com.docker.compose.version: "2.29.2"
|
com.docker.compose.version: "2.29.2"
|
||||||
maintainer: "Liang Ding<845765@qq.com>"
|
maintainer: "Liang Ding<845765@qq.com>"
|
||||||
|
|
||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options: {}
|
options: {}
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- "trim-default"
|
- "trim-default"
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- "6806:6806/tcp"
|
- "6806:6806/tcp"
|
||||||
restart: "unless-stopped"
|
- "6808:6808/tcp"
|
||||||
user: "985:1014"
|
|
||||||
|
stdin_open: true
|
||||||
|
|
||||||
|
user: "siyuan"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- "/var/apps/docker-siyuan/shares/siyuan/workspace:/siyuan/workspace"
|
- "/var/apps/docker-siyuan/shares/siyuan/workspace:/siyuan/workspace"
|
||||||
- "/var/apps/docker-siyuan/var/config:/.config"
|
- "/var/apps/docker-siyuan/var/config:/.config"
|
||||||
|
|
||||||
working_dir: "/opt/siyuan"
|
working_dir: "/opt/siyuan"
|
||||||
|
|
||||||
tailscale:
|
tailscale:
|
||||||
|
|
Loading…
Reference in New Issue