Update docs Install/Docker.md (#620)

remove the quotes which cause "Invalid username or password"
https://github.com/silverbulletmd/silverbullet/issues/609
This commit is contained in:
qaqland
2024-01-08 17:09:36 +01:00
committed by GitHub
parent 848e11a773
commit 4b9eb0cb68
+1 -1
View File
@@ -70,7 +70,7 @@ services:
image: zefhemel/silverbullet image: zefhemel/silverbullet
restart: unless-stopped restart: unless-stopped
environment: environment:
- SB_USER="admin:admin" - SB_USER=admin:admin
volumes: volumes:
- ./space:/space - ./space:/space
ports: ports: