mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 01:31:39 -05:00
Fixed $HOSTNAME variable usage in healthcheck command.
This commit is contained in:
parent
34c12a9536
commit
304eb0754e
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ services:
|
|||
max-size: "100m"
|
||||
max-file: "5"
|
||||
healthcheck:
|
||||
test: [ "CMD-SHELL", "bundle exec sidekiqmon processes | grep ${HOSTNAME}" ]
|
||||
test: [ "CMD-SHELL", "bundle exec sidekiqmon processes | grep $${HOSTNAME}" ]
|
||||
interval: 10s
|
||||
retries: 5
|
||||
start_period: 30s
|
||||
|
|
|
|||
Loading…
Reference in a new issue