Update README.md
This commit is contained in:
parent
5b8c25f8b3
commit
698a669e7a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user