mirror of
https://github.com/docker/compose.git
synced 2025-09-01 06:58:14 +02:00
6 lines
85 B
YAML
6 lines
85 B
YAML
services:
|
|
test:
|
|
image: nginx
|
|
post_start:
|
|
- command: sh -c 'echo env'
|