Skip to content

Commit

Permalink
Remove empty depends_on that fails validation. (#1757)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Mendoza <jlm@jlm.name>
  • Loading branch information
jeffmendoza committed Mar 7, 2024
1 parent 2b196f5 commit 1f9eb7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion container_files/guac-demo-compose.yaml
Expand Up @@ -23,7 +23,6 @@ services:
restart: on-failure
ports:
- "2782:2782"
depends_on:
healthcheck:
test: [ "CMD", "wget", "--spider", "http://localhost:2782" ]
interval: 10s
Expand Down

0 comments on commit 1f9eb7c

Please sign in to comment.