Merge pull request #493 from ChrHan/homer-internal-port-readme

Add `PORT` usage in Readme
This commit is contained in:
Bastien Wirtz 2022-07-29 10:12:22 -07:00 committed by GitHub
commit 204a7057e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).