fix(ip logging): add env var for proxy to fix ip logging on failed logins (#756)

This commit is contained in:
Jakob Ankarhem
2021-01-27 00:18:45 +01:00
committed by GitHub
parent 20ca3f2f5f
commit 9342a40bbc
4 changed files with 10 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ 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 \
@@ -32,6 +33,7 @@ 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 \