Add restart policy to dispatcharr container

Adding a restart policy so that the default recommendation is to use unless-stopped.
This commit is contained in:
MotWakorb 2026-02-19 12:41:58 -06:00 committed by GitHub
parent 9007064166
commit e7d4dbd637
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,7 @@ services:
# context: .
# dockerfile: Dockerfile
image: ghcr.io/dispatcharr/dispatcharr:latest
restart: unless-stopped
container_name: dispatcharr
ports:
- 9191:9191