You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
上面的compose执行docker compose up -d --build 启动之后,一直提示在restarting,使用dokcer log 查看里面报错如下: Using existing group: siyuan (1000) Using existing user siyuan (PUID: 1000, PGID: 1000) Adjusting ownership of /opt/siyuan, /home/siyuan/, and /siyuan_spac chown: /siyuan_spac: No such file or directory
如果我将/siyuan_spac替换为/siyuan/workspace, 然后就正常了。
docker版本:
Docker version 27.3.1
Docker Compose version 2.31.0
系统版本:
manjaro 内核 6.1.119 x86_64
Is there an existing issue for this?
Can the issue be reproduced with the default theme (daylight/midnight)?
Could the issue be due to extensions?
Describe the problem
services: siyuan-server: container_name: siyuan command: ['--workspace=/siyuan_spac', '--accessAuthCode=9625'] image: b3log/siyuan:v3.1.20 ports: - 6806:6806 volumes: - /opt/docker_yml/siyuan_data:/siyuan_space environment: - PUID=1000 - PGID=1000 restart: always
上面的compose执行docker compose up -d --build 启动之后,一直提示在restarting,使用dokcer log 查看里面报错如下:
Using existing group: siyuan (1000) Using existing user siyuan (PUID: 1000, PGID: 1000) Adjusting ownership of /opt/siyuan, /home/siyuan/, and /siyuan_spac chown: /siyuan_spac: No such file or directory
如果我将/siyuan_spac替换为/siyuan/workspace, 然后就正常了。
docker版本:
Docker version 27.3.1
Docker Compose version 2.31.0
系统版本:
manjaro 内核 6.1.119 x86_64
Expected result
希望workspace可以自定义,如果只能固定,那么就不要增加这个选项。
Screenshot or screen recording presentation
No response
Version environment
Log file
docker未成功启动,没有日志
More information
No response
The text was updated successfully, but these errors were encountered: