1
0

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-09 00:09:36 +08:00 committed by GitHub
parent 848e11a773
commit 4b9eb0cb68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: