Skip to content

[BUG] docker status Restarting (135) #5460

@jerryc127

Description

@jerryc127

Describe the bug
A clear and concise description of what the bug is.

freshrss/freshrss:edge-arm

After updating to the latest version today, the webpage is inaccessible, and when checking the status of Docker, it shows "Restarting (135)".
image

To Reproduce
Steps to reproduce the behavior:

  1. Go to '…'
  2. Click on '…'
  3. Scroll down to '…'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

the docker can run

Screenshots
If applicable, add screenshots to help explain your problem.

Environment information (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. Ubuntu 20.04] Ubuntu 22.04.2 LTS
  • Browser: [e.g. Firefox 86]
  • FreshRSS version: [e.g. 1.17.1] freshrss/freshrss:edge-arm
  • Database version: [e.g. Mysql 5.7] SQLlite
  • PHP version: [e.g. PHP 7.4]
  • Installation type: [e.g. Yunohost] self-hosted with docker compose

Additional context
Add any other context about the problem here.

version: "3"
services:
  freshrss:
    image: freshrss/freshrss:edge-arm
    container_name: freshrss
    hostname: freshrss
    restart: unless-stopped
    ports:
      - 8080:80
    logging:
      options:
        max-size: 10m
    volumes:
      - ./data:/var/www/FreshRSS/data
      - ./extensions:/var/www/FreshRSS/extensions
    environment:
      TZ: Asia/Hong_Kong
      CRON_MIN: '*/10'

volumes:
  data:
  extensions:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions