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:
parent
848e11a773
commit
4b9eb0cb68
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user