1
0

docs: update deployment guide for cloudflared (#604)

This commit is contained in:
Eric Wang 2023-12-18 16:10:47 +08:00 committed by GitHub
parent b3d5af360b
commit c8dfd6f25a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.
**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
Go to **Home** > **Networks** > **Add Network**.