Add init flag to Seerr service in Docker Compose configuration

This commit is contained in:
Nikholas Pcenicni
2026-02-16 19:25:33 -05:00
parent 030d2bdae5
commit af6fd2104c

View File

@@ -112,6 +112,7 @@ services:
seerr: seerr:
image: ghcr.io/seerr-team/seerr:latest image: ghcr.io/seerr-team/seerr:latest
init: true
container_name: seerr container_name: seerr
environment: environment:
- LOG_LEVEL=debug - LOG_LEVEL=debug