linuxserver / docker-jackett

GNU General Public License v3.0
390 stars 96 forks source link

Random container shutdowns #138

Closed truthsword closed 1 year ago

truthsword commented 1 year ago

Is there an existing issue for this?

Current Behavior

jackett container stops often (without restarting). Here's what the log offers: Unclear why this is occurring.

Logs attached _jackett_logs.txt

Expected Behavior

jackett container runs with=out interruption, or restarts automatically.

Steps To Reproduce

Launch with docker-compose Check container status after a few days

Environment

- OS: Debian 11
- How docker service was installed: Standard

CPU architecture

x86-64

Docker creation

docker-compose:

version: "3"
services:
  linuxserver-jackett:
    image: lscr.io/linuxserver/jackett:latest
    container_name: jackett
    environment:
      - PGID=1001
      - PUID=1001
      - TZ=America/New_York
      - AUTO_UPDATE=true
    volumes:
      - /home/user/docker/jackett/downloads:/downloads
      - /home/user/docker/jackett:/config
    restart: unless-stopped
    network_mode: "container:gluetun"

### Container logs

```bash
Container log attached above
github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

j0nnymoe commented 1 year ago

It's going to be your gluetun connection dropping/reconnecting.

truthsword commented 1 year ago

How would I have the jackett container restart when that happens? Would combining the compose files help? Thank you.

Feb 14, 2023 5:24:43 PM j0nnymoe @.***>:

It's going to be your gluetun connection dropping/reconnecting.

— Reply to this email directly, view it on GitHub[https://github.com/linuxserver/docker-jackett/issues/138#issuecomment-1430460028], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AC66FHKHYWRDGUQ4PQCUDB3WXQA2PANCNFSM6AAAAAAU4DV32A]. You are receiving this because you authored the thread.[Tracking image][https://github.com/notifications/beacon/AC66FHK2NEONRDZMCIW2LPTWXQA2PA5CNFSM6AAAAAAU4DV32CWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSVIMLHY.gif]

j0nnymoe commented 1 year ago

It's outside of our support. You'd need to have something monitoring the port to then jackett restart when it becomes unavailable.