docs: update deployment guide for cloudflared (#604)
This commit is contained in:
parent
b3d5af360b
commit
c8dfd6f25a
@ -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**.
|
||||||
|
Loading…
Reference in New Issue
Block a user