From 7b190c954152ff946c2903f72afec539f208e6e6 Mon Sep 17 00:00:00 2001 From: FS <2019363+blackerking@users.noreply.github.com> Date: Sat, 15 Feb 2025 22:03:22 +0100 Subject: [PATCH] Update README.md Adding information for using this docker behind a https proxy, like swag. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a352a69..043eff6 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ Containers are configured using parameters passed at runtime (such as those abov | `-e PUID=1000` | for UserID - see below for explanation | | `-e PGID=1000` | for GroupID - see below for explanation | | `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). | -| `-e CONTEXT_PATH=` | For setting url-base in reverse proxy setups. | +| `-e CONTEXT_PATH=` | For setting url-base in reverse proxy setups. /airsonic when using as subfolder | | `-e JAVA_OPTS=` | For passing additional java options. | | `-v /config` | Configuration file location. | | `-v /music` | Location of music. |