-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Bug (confirmed) 🐞issues that are reproducibleissues that are reproducibleDocker 🐋Everything related to DockerEverything related to Docker
Description
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)".

To Reproduce
Steps to reproduce the behavior:
- Go to '…'
- Click on '…'
- Scroll down to '…'
- 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:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Bug (confirmed) 🐞issues that are reproducibleissues that are reproducibleDocker 🐋Everything related to DockerEverything related to Docker