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