1
0

Update README.md

This commit is contained in:
Zef Hemel 2022-12-07 18:50:55 +01:00 committed by GitHub
parent 5b8c25f8b3
commit 698a669e7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,12 +126,17 @@ To build your own version of the docker image, run `./scripts/build_docker.sh`.
You can also use docker-compose if you prefer. From a silverbullet check-out run: You can also use docker-compose if you prefer. From a silverbullet check-out run:
```shell ```shell
deno task bundle
PORT=3000 docker-compose up PORT=3000 docker-compose up
``` ```
or similar. or similar.
To upgrade, simply pull the latest docker image (rebuilt and pushed after every commit to "main") and start the new container.
```shell
docker pull zefhemel/silverbullet
```
## Troubleshooting ## Troubleshooting
If you upgraded to the new Deno-based Silver Bullet from an old version, you may If you upgraded to the new Deno-based Silver Bullet from an old version, you may