Ajout restart manquant pour sidekiq
This commit is contained in:
parent
2697b85ce2
commit
ec50ed2a7b
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ services:
|
|||
|
||||
sidekiq:
|
||||
image: {{ docker_discourse_image_version }}
|
||||
restart: always
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
|
|
Loading…
Reference in a new issue