chore(deps): update linuxserver/freshrss docker tag to v1.24.3 (#2070)

* chore(deps): update linuxserver/freshrss docker tag to v1.24.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>
This commit is contained in:
renovate[bot]
2024-09-08 21:46:28 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent 505ca95554
commit 23b057fdd4
2 changed files with 1 additions and 1 deletions
+20
View File
@@ -0,0 +1,20 @@
services:
freshrss:
image: linuxserver/freshrss:1.24.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