compose/pkg/e2e/fixtures/hooks/poststart/compose-error.yaml
Guillaume Lours f613379373 make sure the post_start hooks fails
before we were assuming the container will be close before the post_start will be executed

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2025-06-30 12:37:58 +02:00

7 lines
94 B
YAML

services:
test:
image: nginx
post_start:
- command: sh -c 'command in error'