#Question about jellyseer and seer compatibility

4 messages · Page 1 of 1 (latest)

urban helm
#

Hello to all the developers and congratulations on the release of Seer! I use Jellyfin and have a question. I now have JellySeer. If I update my existing Docker Compose by adding the image of s

#

this is my actual docker-compose.yml in jellyseer

services:
  jellyseerr:
    image: fallenbagel/jellyseerr:latest
    container_name: jellyseerr
    environment:
      - LOG_LEVEL=debug
      - TZ=Europe/Madrid
      - PORT=5055 #optional
    ports:
      - 5057:5055
    volumes:
      - ./config:/app/config
    restart: unless-stopped
coarse trout
#

read the migration guide

#

everything is writed there