mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 04:42:33 +02:00
16 lines
355 B
YAML
16 lines
355 B
YAML
services:
|
|
main:
|
|
image: b3log/siyuan:v3.1.0
|
|
container_name: siyuan
|
|
command:
|
|
- --workspace=/siyuan/workspace/
|
|
- --accessAuthCode=<some password>
|
|
user: 1000:1000
|
|
volumes:
|
|
- ./workspace:/siyuan/workspace
|
|
restart: unless-stopped
|
|
environment:
|
|
- TZ=Asia/Hong_Kong
|
|
ports:
|
|
- 6806
|
|
# siyuan.domain.tld
|