Add init flag to Seerr service in Docker Compose configuration
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user