I’ve just pulled it and replaced the jellyseerr
services:
seerr:
image: ghcr.io/seerr-team/seerr:latest
container_name: seerr
restart: unless-stopped
environment:
- PUID=1000
- PGID=10
- TZ=Asia/Riyadh
volumes:
- volume1/docker/seerr:/app/config:rw
ports:
- 5055:5055
