1
0
silverbullet/docker-compose.yaml

14 lines
324 B
YAML
Raw Normal View History

2022-07-18 01:24:51 +00:00
services:
silverbullet:
image: zefhemel/silverbullet
container_name: silverbullet
restart: unless-stopped
## To enable additional options, such as BasicAuth, uncomment the following line:
# command: ["--user=user:pw"]
volumes:
- space:/space
2022-07-18 01:24:51 +00:00
ports:
- ${PORT}:3000
volumes:
space: