Skip to content

Commit

Permalink
fix: remove stray quote
Browse files Browse the repository at this point in the history
Signed-off-by: Chirag Ghosh <[email protected]>
  • Loading branch information
chirag-ghosh committed Jun 13, 2024
1 parent 45e3fc8 commit 93e8088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- naarad
volumes:
- nginx-config-volume:/etc/nginx/sites-enabled
- naarad-cache:/var/cache/ntfy"
- naarad-cache:/var/cache/ntfy
healthcheck:
test: ["CMD-SHELL", "wget -q --tries=1 http://localhost:8000/v1/health -O - | grep -Eo '\"healthy\"\\s*:\\s*true' || exit 1"]
interval: 60s
Expand Down

0 comments on commit 93e8088

Please sign in to comment.