Skip to content

Commit 8420261

Browse files
committed
Switch to README.md from READ.md
1 parent 549aa9f commit 8420261

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This setup is meant for accessing the application from your local network.
44
It 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
4545
Remove the application docker volumes
4646
```sh
4747
docker compose down --volumes
48-
```
48+
```
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
3838
Remove the application docker volumes
3939
```sh
4040
docker compose down --volumes
41-
```
41+
```

0 commit comments

Comments
 (0)