services: jellyseerr: image: fallenbagel/jellyseerr:latest container_name: jellyseerr restart: unless-stopped environment: - LOG_LEVEL=info - TZ=America/Chicago - PORT=5055 ports: - "5055:5055" volumes: - /home/docker/jellyseerr:/app/config