aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5ea80fb..57185a7 100644
--- a/README.md
+++ b/README.md
@@ -83,6 +83,10 @@ docker run -d \
83 83
84Default assets will be automatically installed in the `/www/assets` directory. Use `UID` and/or `GID` env var to change the assets owner (`docker run -e "UID=1000" -e "GID=1000" [...]`). 84Default assets will be automatically installed in the `/www/assets` directory. Use `UID` and/or `GID` env var to change the assets owner (`docker run -e "UID=1000" -e "GID=1000" [...]`).
85 85
86## Host in subfolder
87
88If you would like to host Homer in a subfolder, for e.g. behind a reverse proxy, supply the name of subfolder by using the `SUBFOLDER` env var.
89
86### Using docker-compose 90### Using docker-compose
87 91
88The `docker-compose.yml` file must be edited to match your needs. 92The `docker-compose.yml` file must be edited to match your needs.