1
0

chore(deps): update linuxserver/sonarr docker tag to v4.0.16 (#2367)

This commit is contained in:
renovate[bot]
2025-11-05 07:31:01 +00:00
committed by GitHub
parent 861f00bd93
commit 8538de0453
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
services:
sonarr:
image: "linuxserver/sonarr:4.0.16"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TIME_ZONE}
volumes:
- ${SONARR_CONFIG_PATH}:/config
- ${TV_SERIES_PATH}:/tv
- ${DOWNLOADS_PATH}:/downloads
ports:
- "${PANEL_APP_PORT_HTTP}:8989"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true