mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-17 16:50:53 +00:00
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:
parent
9007064166
commit
e7d4dbd637
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ services:
|
|||
# context: .
|
||||
# dockerfile: Dockerfile
|
||||
image: ghcr.io/dispatcharr/dispatcharr:latest
|
||||
restart: unless-stopped
|
||||
container_name: dispatcharr
|
||||
ports:
|
||||
- 9191:9191
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue