1
0
silverbullet/docker-compose.yaml
Zef Hemel 5b8c25f8b3
Deno docker update (#174)
Fix #150: update Dockerfile and docker-compose
2022-12-07 18:43:47 +01:00

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: