diff --git a/README.md b/README.md index 7bfdb14..c018127 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ services: - RATE_LIMIT=false #optional - WS_FALLBACK=false #optional - RTC_CONFIG= #optional + - DEBUG_MODE=false #optional ports: - 3000:3000 restart: unless-stopped @@ -114,6 +115,7 @@ docker run -d \ -e RATE_LIMIT=false `#optional` \ -e WS_FALLBACK=false `#optional` \ -e RTC_CONFIG= `#optional` \ + -e DEBUG_MODE=false `#optional` \ -p 3000:3000 \ --restart unless-stopped \ lscr.io/linuxserver/pairdrop:latest @@ -133,6 +135,7 @@ Container images are configured using parameters passed at runtime (such as thos | `-e RATE_LIMIT=false` | Set to `true` to limit clients to 100 requests per 5 min | | `-e WS_FALLBACK=false` | Set to `true` to enable websocket fallback if the peer to peer WebRTC connection is not available to the client (see App Setup notes). | | `-e RTC_CONFIG=` | Path to a json file containing custom STUN/TURN config (see App Setup notes) | +| `-e DEBUG_MODE=false` | Set to `true` to debug the http server configuration by logging clients IP addresses used by PairDrop to STDOUT. [See here for more info](https://github.com/schlagmichdoch/PairDrop/blob/master/docs/host-your-own.md#debug-mode). Do not use in production! | ## Environment variables from files (Docker secrets)