Minor change in docker compose to BasicAuth (#211)

This commit is contained in:
dedioste
2022-12-18 20:18:13 +01:00
committed by GitHub
parent f08d52a098
commit 7b764a94fa
+1 -1
View File
@@ -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: