X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;fp=README.md;h=783e4656d0fd899b28668be4483de89ff743cac1;hb=38c1aa3a78d7f50cb207e7e6d6ff4d5219ce27f1;hp=ea93f4febf05614e5a54fb575a36535ac730eb62;hpb=9371c1537c421b76be1a641a2c66fc199e6a073a;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/README.md b/README.md index ea93f4f..783e465 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,10 @@ Install example configuration file & assets (favicons, ...) to help you get star * **`SUBFOLDER`** (default: `null`) If you would like to host Homer in a subfolder, (ex: *http://my-domain/**homer***), set this to the subfolder path (ex `/homer`). +* **`PORT`** (default: `8080`) +If you would like to change internal port of Homer from default `8080` to your port choice. + + #### With docker-compose A [`docker-compose.yml`](docker-compose.yml) file is available as an example. It must be edited to match your needs. You probably want to adjust the port mapping and volume binding (equivalent to `-p` and `-v` arguments).