mirror of
https://github.com/docker/compose.git
synced 2026-07-11 02:34:25 +00:00
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>
6 lines
94 B
YAML
6 lines
94 B
YAML
services:
|
|
|
|
test:
|
|
image: nginx
|
|
post_start:
|
|
- command: sh -c 'command in error'
|