Minor change in docker compose to BasicAuth (#211)

pull/225/head
dedioste 2022-12-18 20:18:13 +01:00 committed by GitHub
parent f08d52a098
commit 7b764a94fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: