Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed May 31, 2023
1 parent 3159ad1 commit c90e126
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ services:
redis:
condition: service_healthy
restart: on-failure
command: >
bash -c "./rr serve"
healthcheck:
test: [ 'CMD-SHELL', 'wget --spider -q "http://127.0.0.1:2114/health?plugin=rpc"' ]
interval: 2s
Expand Down

0 comments on commit c90e126

Please sign in to comment.