Skip to content

Commit

Permalink
fix yamllint warnings #290
Browse files Browse the repository at this point in the history
  • Loading branch information
beesaferoot committed Dec 13, 2024
1 parent ec3588b commit a9e88eb
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 @@ -19,7 +19,7 @@ services:
volumes:
- ./src/backend:/var/www/html
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/up"]
test: [CMD, curl, -f, http://localhost/up]
start_period: 30s
interval: 10s
timeout: 5s
Expand Down

0 comments on commit a9e88eb

Please sign in to comment.