diff --git a/Docker/siyuan/docker-compose.yml b/Docker/siyuan/docker-compose.yml new file mode 100644 index 0000000..e0f6e1c --- /dev/null +++ b/Docker/siyuan/docker-compose.yml @@ -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 \ No newline at end of file