There was an error while loading. Please reload this page.
1 parent 91a3860 commit 71d9f54Copy full SHA for 71d9f54
1 file changed
RUN.md
@@ -41,6 +41,16 @@ For instance:
41
42
* favicon: `/var/www/html/Web/favicon.ico`
43
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
54
## Backround jobs
55
56
Several services in librebooking such as reminder emails require a job
0 commit comments