silverbullet/docker-compose.yaml

14 lines
322 B
YAML

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
ports:
- ${PORT}:3000
volumes:
space: