Skip to content

Commit

Permalink
fix: docker-compose.yml lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DaisyDomergue committed Apr 11, 2024
1 parent 4a6a028 commit f3907a4
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 @@ -217,7 +217,7 @@ services:
ports:
- "3334:80"
depends_on:
- entry-point
- entry-point
healthcheck:
test: ["CMD", "curl", "--fail", "--silent", "--show-error", "--max-time", "9", "http://localhost"]
interval: 10s
Expand Down

0 comments on commit f3907a4

Please sign in to comment.