Skip to content

Commit c0ff210

Browse files
authored
chore: fix indentation error (#235)
1 parent aec55aa commit c0ff210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ services:
216216
ports:
217217
- "3334:80"
218218
depends_on:
219-
- entry-point
219+
- entry-point
220220
healthcheck:
221221
test: ["CMD", "curl", "--fail", "--silent", "--show-error", "--max-time", "9", "http://localhost"]
222222
interval: 10s

0 commit comments

Comments
 (0)