Fix sidekiq health check in docker-compose for sidekiq 7 (#34879)
This commit is contained in:
parent
0d5123199f
commit
11481df4dc
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./public/system:/mastodon/public/system
|
- ./public/system:/mastodon/public/system
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ['CMD-SHELL', "ps aux | grep '[s]idekiq\ 6' || false"]
|
test: ['CMD-SHELL', "ps aux | grep '[s]idekiq\ 7' || false"]
|
||||||
|
|
||||||
## Uncomment to enable federation with tor instances along with adding the following ENV variables
|
## Uncomment to enable federation with tor instances along with adding the following ENV variables
|
||||||
## http_hidden_proxy=http://privoxy:8118
|
## http_hidden_proxy=http://privoxy:8118
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue