Skip to content

Commit

Permalink
fix bad space
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Jan 13, 2024
1 parent 3353a4f commit 3213fe3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ services:
image: php:8.2-apache
restart: always
healthcheck:
test: ["CMD-SHELL", "curl -s http://localhost/?purge=true | grep -q
OK"]
test: ["CMD-SHELL", "curl -s http://localhost/?purge=true | grep -q OK"]
interval: 30s
timeout: 15s
retries: 3
Expand Down

0 comments on commit 3213fe3

Please sign in to comment.