---
version: "2"
services:
pairdrop:
image: linuxserver/pairdrop:1.10.10
container_name: pairdrop
restart: no
environment:
- WS_FALLBACK=false # Set to true to enable websocket fallback if the peer to peer WebRTC connection is not available to the client.
- TZ=Europe/London # Time Zone
- RATE_LIMIT=false # Set to true to limit clients to 100 requests per 5 min.
- PUID=1000 # UID to run the application as
- PGID=1000 # GID to run the application as
ports:
- 3000:3000/tcp # Web UI