diff --git a/compose-202505.yml b/compose-202505.yml index 7b8d1e2..0a10eaa 100644 --- a/compose-202505.yml +++ b/compose-202505.yml @@ -797,19 +797,30 @@ services: - "e12bb873d249813db599f88f7afd3c9c12231cd0b523bc8e3251f9012a569002:/var/www/phpldapadmin" siyuan: + command: - "--workspace=/siyuan/workspace/" - "--accessAuthCode=Zhupo222" + container_name: "siyuan" + + devices: + - "/dev/fuse:/dev/fuse" + entrypoint: - "/opt/siyuan/kernel" + environment: - "TZ=Etc/UTC" - "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" - "RUN_IN_CONTAINER=true" - hostname: "b6c44d6cedf6" + + hostname: "siyuan" + image: "registry.cn-guangzhou.aliyuncs.com/fnapp/b3log_siyuan" + ipc: "private" + labels: com.docker.compose.config-hash: "f4928f1ccadb2439905eab36daf8a7d48f839666a1a4e5d86dfafabe310b9e4b" com.docker.compose.container-number: "1" @@ -822,18 +833,26 @@ services: com.docker.compose.service: "siyuan" com.docker.compose.version: "2.29.2" maintainer: "Liang Ding<845765@qq.com>" + logging: driver: "json-file" options: {} + networks: - "trim-default" + ports: - "6806:6806/tcp" - restart: "unless-stopped" - user: "985:1014" + - "6808:6808/tcp" + + stdin_open: true + + user: "siyuan" + volumes: - "/var/apps/docker-siyuan/shares/siyuan/workspace:/siyuan/workspace" - "/var/apps/docker-siyuan/var/config:/.config" + working_dir: "/opt/siyuan" tailscale: