---
version: "2"
services:
overseerr:
image: linuxserver/overseerr:1.33.2
container_name: overseerr
restart: unless-stopped
environment:
- TZ=Europe/London # Specify a timezone to use
- PUID=1000 # User ID to run as
- PGID=1000 # Group ID to run as
volumes:
- /host/path/to/config:/config # Contains all relevant configuration files.
ports:
- 5055:5055/tcp # Web UI