14 lines
329 B
YAML
14 lines
329 B
YAML
services:
|
|
main:
|
|
image: b3log/siyuan
|
|
command: ['--workspace=/siyuan/workspace/', '--accessAuthCode=aimieChoo9soo6nahhaekedoShee1e']
|
|
ports:
|
|
- 6806:6806
|
|
volumes:
|
|
- ./workspace:/siyuan/workspace
|
|
restart: unless-stopped
|
|
environment:
|
|
- TZ=America/Chicago
|
|
- PUID=1000
|
|
- PGID=1000
|