思源笔记
This commit is contained in:
19
Docker/siyuan/docker-compose.yml
Normal file
19
Docker/siyuan/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user