From 7b764a94faa5429e0547753828daf000caeafd2c Mon Sep 17 00:00:00 2001 From: dedioste <5759267+dedioste@users.noreply.github.com> Date: Sun, 18 Dec 2022 20:18:13 +0100 Subject: [PATCH] Minor change in docker compose to BasicAuth (#211) --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index e59b0214..a82cc6f5 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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: