思源笔记

This commit is contained in:
2022-09-22 23:01:04 +08:00
parent 9e65adac0e
commit 550efb0ea1

View File

@@ -0,0 +1,19 @@
version: '3.3'
services:
siyuan:
container_name: siyuan
restart: unless-stopped
volumes:
- './data:/siyuan/workspace'
ports:
- '6806:6806'
image: b3log/siyuan
command: --workspace=/siyuan/workspace/
networks:
nginx:
aliases:
- siyuan
networks:
nginx:
external: true