1
0

chore(deps): update wushuo894/ani-rss docker tag to v4 (#4212)

This commit is contained in:
renovate[bot]
2026-02-26 02:51:57 +08:00
committed by GitHub
parent 8862866fed
commit 72cbfd9690
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,26 @@
networks:
1panel-network:
external: true
services:
ani-rss:
image: wushuo894/ani-rss:v4.0.3
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:7789
volumes:
- ${ANI_RSS_ROOT_PATH}/config:/config
- ${ANI_RSS_ROOT_PATH}/downloads:/downloads
- ${ANI_RSS_ROOT_PATH}/Media:/Media
environment:
- PUID=0
- PGID=0
- UMASK=022
- PORT=7789
- CONFIG=/config
- TZ=Asia/Shanghai