Skip to content

Commit fe578c9

Browse files
committed
Fix url in README.md in the examples
1 parent 8420261 commit fe578c9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.examples/insecure/README.md

Lines changed: 1 addition & 1 deletion
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:8080>
6+
* A librebooking container reachable at <http://localhost>
77
* A docker volume
88
* A cron container
99

.examples/secure/README.md

Lines changed: 2 additions & 2 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:8080/book>
9-
* A librebooking service `lb2` reachable at <https://your.host.com:8080>
8+
* A librebooking service `lb1` reachable at <https://your.host.com/book>
9+
* A librebooking service `lb2` reachable at <https://your.host.com>
1010
* 2 docker volumes for services `lb1` and `lb2`
1111
* 2 cron jobs for services `lb1` and `lb2`
1212

0 commit comments

Comments
 (0)