Merge branch 'main' of github.com:silverbulletmd/silverbullet

pull/612/head
Zef Hemel 2023-12-18 12:40:49 +01:00
commit 876db4b2b1
1 changed files with 13 additions and 4 deletions

View File

@ -87,6 +87,15 @@ Once you have this, go to the bottom of the page and click **Actions** > **Creat
Now we have to build the network before we can deploy it. Now we have to build the network before we can deploy it.
**NOTE***: If you got a *Error code 8: Attempt to write a readonly database* when running `docker compose up`.
Ensure that the directory on the host system that is mounted as /space in your container has the correct permissions. For example:
```shell
sudo chown -R 1000:1000 /path/to/space
sudo chmod -R 755 /path/to/space
```
## Create the network for silverbullet ## Create the network for silverbullet
Go to **Home** > **Networks** > **Add Network**. Go to **Home** > **Networks** > **Add Network**.