feat(ui): Move PROXY setting to UI (#782)

Users who have set PROXY=yes in their Docker containers will need to configure this setting in the UI and restart the container.
This commit is contained in:
TheCatLady
2021-01-29 20:46:51 -05:00
committed by GitHub
parent 67f8aef00d
commit f1dd5e7e12
7 changed files with 41 additions and 5 deletions

View File

@@ -17,7 +17,6 @@ After running Overseerr for the first time, configure it by visiting the web UI
docker run -d \
-e LOG_LEVEL=info \
-e TZ=Asia/Tokyo \
-e PROXY=<yes|no> \
-p 5055:5055 \
-v /path/to/appdata/config:/app/config \
--restart unless-stopped \
@@ -33,7 +32,6 @@ docker run -d \
--user=[ user | user:group | uid | uid:gid | user:gid | uid:group ] \
-e LOG_LEVEL=info \
-e TZ=Asia/Tokyo \
-e PROXY=<yes|no> \
-p 5055:5055 \
-v /path/to/appdata/config:/app/config \
--restart unless-stopped \