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

@@ -46,7 +46,7 @@
## Getting Started
Check out our documenation for steps on how to install and run Overseerr:
Check out our documentation for steps on how to install and run Overseerr:
https://docs.overseerr.dev/getting-started/installation
@@ -58,6 +58,7 @@ Currently, Overseerr is only distributed through Docker images. If you have Dock
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 \