aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2022-07-29 10:12:22 -0700
committerGitHub <noreply@github.com>2022-07-29 10:12:22 -0700
commit204a7057e473502f2adb9175f3200696486ff6de (patch)
tree63071c05369798501386fb3f7b0a8ff41e453254
parent9371c1537c421b76be1a641a2c66fc199e6a073a (diff)
parent38c1aa3a78d7f50cb207e7e6d6ff4d5219ce27f1 (diff)
downloadhomer-204a7057e473502f2adb9175f3200696486ff6de.tar.gz
homer-204a7057e473502f2adb9175f3200696486ff6de.tar.zst
homer-204a7057e473502f2adb9175f3200696486ff6de.zip
Merge pull request #493 from ChrHan/homer-internal-port-readme
Add `PORT` usage in Readme
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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
89* **`SUBFOLDER`** (default: `null`) 89* **`SUBFOLDER`** (default: `null`)
90If you would like to host Homer in a subfolder, (ex: *http://my-domain/**homer***), set this to the subfolder path (ex `/homer`). 90If you would like to host Homer in a subfolder, (ex: *http://my-domain/**homer***), set this to the subfolder path (ex `/homer`).
91 91
92* **`PORT`** (default: `8080`)
93If you would like to change internal port of Homer from default `8080` to your port choice.
94
95
92#### With docker-compose 96#### With docker-compose
93 97
94A [`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). 98A [`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).