1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-22 14:09:40 +08:00
1Panel-Appstore/freshrss/1.26.3/docker-compose.yml
renovate[bot] 8c48af8888 chore(deps): update linuxserver/freshrss docker tag to v1.26.3 (#4048)
* chore(deps): update linuxserver/freshrss docker tag to v1.26.3

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2025-06-03 18:40:12 +08:00

21 lines
397 B
YAML

services:
freshrss:
image: linuxserver/freshrss:1.26.3
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
volumes:
- ./data:/config
environment:
- PUID=1000
- PGID=1000
- TZ=${TIME_ZONE}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true