- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 33
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
I have two containers running bazarr. One for 4K videos and another other videos. Both ran fine until this week. The one for other video crashes daily. It may or may not be related to the tag v1.5.2-ls310 since I have added a container of huntarr this week.
Here is the output of docker logs bazarr.
Expected Behavior
Bazarr runs smoothly without crash.
Steps To Reproduce
- start the container.
- wait for it crashes
Environment
- OS: Debian GNU/Linux 12 (bookworm) running on TrueNAS ElectricEel-24.10.2.2 inside LXC
- How docker service was installed: following this guide:[Install Docker Engine on Debian](https://docs.docker.com/engine/install/debian/)CPU architecture
x86-64
Docker creation
Docker compose with the following:
$ cat compose.yaml
---
#version: "2.1"
services:
  bazarr:
    image: "linuxserver/bazarr:latest"
    container_name: bazarr
    deploy:
      resources:
        limits:
          memory: 1G
    environment:
      - PUID=3004
      - PGID=5004
      - TZ=Europe/London
    volumes:
      - "./config:/config:rw"
      - "/mnt/media:/mnt/media:rw"
      - "/mnt/private:/mnt/private:rw"
    ports:
      - "6767:6767"
    restart: unless-stoppedContainer logs
The log is too large. Please find it in the `Current Behavior` section above.briggsyj
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Issues