mirror of
https://github.com/abhilesh/self-hosted-docker-setups.git
synced 2026-03-03 02:27:00 +00:00
13 lines
325 B
YAML
13 lines
325 B
YAML
services:
|
|
overseerr:
|
|
image: sctx/overseerr:latest
|
|
container_name: overseerr
|
|
environment:
|
|
- LOG_LEVEL=debug
|
|
- TZ=America/Chicago # Change this
|
|
ports:
|
|
- 5055:5055
|
|
volumes:
|
|
- /home/pi/overseerr/config:/app/config
|
|
restart: unless-stopped
|