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