From 550efb0ea1a909ccdadc47d62d8105f38ac3249e Mon Sep 17 00:00:00 2001 From: fghwett <1058178245@qq.com> Date: Thu, 22 Sep 2022 23:01:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=80=9D=E6=BA=90=E7=AC=94=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Docker/siyuan/docker-compose.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Docker/siyuan/docker-compose.yml 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