#Question about jellyseer and seer compatibility
4 messages · Page 1 of 1 (latest)
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