1
0

chore(deps): update sctx/overseerr docker tag to v1.35.0 (#4118)

This commit is contained in:
renovate[bot]
2026-02-19 14:22:03 +00:00
committed by GitHub
parent 04875f5e50
commit 0feb103a5b
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
networks:
1panel-network:
external: true
services:
overseerr:
image: sctx/overseerr:1.35.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5055
volumes:
- ${OVERSEERR_ROOT_PATH}/config:/app/config
environment:
- PORT=5055
- TZ=Asia/Shanghai
- LOG_LEVEL=debug