Skip to content

Commit 3eb0c1e

Browse files
Robin Alexanderikke-t
authored andcommitted
Local access must be done through port 8080 and not 80
1 parent 6d36e19 commit 3eb0c1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.examples/docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This setup is meant for accessing the application from your local network.
66
It features:
77

8-
* A librebooking container reachable at <http://localhost>
8+
* A librebooking container reachable at <http://localhost:8080>
99
* A docker volume storing the configuration files
1010

1111
Adapt files `db.env`and `lb.env` to your needs
@@ -42,7 +42,7 @@ docker run \
4242
This setup is meant for accessing the application from your local network.
4343
It features:
4444

45-
* A librebooking container reachable at <http://localhost>
45+
* A librebooking container reachable at <http://localhost:8080>
4646
* A docker volume storing the configuration files
4747
* A librebooking container used to run cron jobs
4848

0 commit comments

Comments
 (0)