File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33This setup is meant for accessing the application from your local network.
44It features:
55
6- * A librebooking container reachable at < http://localhost >
6+ * A librebooking container reachable at < http://localhost:8080 >
77* A docker volume
88* A cron container
99
@@ -45,4 +45,4 @@ docker compose down
4545Remove the application docker volumes
4646``` sh
4747docker compose down --volumes
48- ```
48+ ```
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ It features:
55
66* A reverse proxy based on nginx that automatically handle certificates
77* The usage of secrets to forward passwords to the docker container
8- * A librebooking service ` lb1 ` reachable at < https://your.host.com/book >
9- * A librebooking service ` lb2 ` reachable at < https://your.host.com >
8+ * A librebooking service ` lb1 ` reachable at < https://your.host.com:8080 /book >
9+ * A librebooking service ` lb2 ` reachable at < https://your.host.com:8080 >
1010* 2 docker volumes for services ` lb1 ` and ` lb2 `
1111* 2 cron jobs for services ` lb1 ` and ` lb2 `
1212
@@ -38,4 +38,4 @@ docker compose down
3838Remove the application docker volumes
3939``` sh
4040docker compose down --volumes
41- ```
41+ ```
You can’t perform that action at this time.
0 commit comments