Skip to content

Commit 71d9f54

Browse files
author
Robin Alexander
committed
Add instructions when using bind mounts
1 parent 91a3860 commit 71d9f54

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

RUN.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@ For instance:
4141

4242
* favicon: `/var/www/html/Web/favicon.ico`
4343

44+
## Bind mounts
45+
46+
If you are using bind mounts for librebooking, then you need to grant
47+
the required permissions before running the librebooking container
48+
49+
```sh
50+
sudo mkdir --parents <bind_dir_path>
51+
sudo chown go+rwx <bind_dir_path>
52+
```
53+
4454
## Backround jobs
4555

4656
Several services in librebooking such as reminder emails require a job

0 commit comments

Comments
 (0)