feat: Add -it --init to docker cli to fix SIGTERM

This commit is contained in:
Fabricio Silva
2023-08-16 20:27:10 +01:00
parent e3b6af98ac
commit e562aef64c

View File

@@ -33,7 +33,7 @@ Radarr & Sonarr API keys can be found under Settings > General in their respecti
### Docker CLI
```sh
docker run \
docker run -it --init \
--name reiverr \
--restart unless-stopped \
-p 9494:9494 \