mirror of
https://github.com/docker/compose.git
synced 2025-07-31 01:24:15 +02: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>
7 lines
94 B
YAML
7 lines
94 B
YAML
services:
|
|
|
|
test:
|
|
image: nginx
|
|
post_start:
|
|
- command: sh -c 'command in error'
|