Minor change in docker compose to BasicAuth (#211)
parent
f08d52a098
commit
7b764a94fa
|
@ -4,7 +4,7 @@ services:
|
||||||
container_name: silverbullet
|
container_name: silverbullet
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
## To enable additional options, such as BasicAuth, uncomment the following line:
|
## To enable additional options, such as BasicAuth, uncomment the following line:
|
||||||
# command: --user='user:pw'
|
# command: ["--user=user:pw"]
|
||||||
volumes:
|
volumes:
|
||||||
- space:/space
|
- space:/space
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue