14 lines
361 B
YAML
14 lines
361 B
YAML
services:
|
|
<< service_name >>:
|
|
image: lscr.io/linuxserver/pairdrop:latest
|
|
container_name: << service_name >>
|
|
ports:
|
|
- "<< port >>:3000"
|
|
environment:
|
|
- PUID=<< puid >>
|
|
- PGID=<< pgid >>
|
|
- TZ=<< timezone >>
|
|
- RATE_LIMIT=true
|
|
- WS_FALLBACK=<< ws_fallback >>
|
|
- DEBUG_MODE=false
|
|
restart: unless-stopped
|