mirror of
https://github.com/docker/compose.git
synced 2025-08-31 14:38:12 +02:00
This revives #7020 and resolves the issue mentioned in #4992. Signed-off-by: Zixuan James Li <359101898@qq.com>
6 lines
84 B
YAML
6 lines
84 B
YAML
version: '3.8'
|
|
services:
|
|
simple:
|
|
image: alpine
|
|
command: echo "Hi there!!"
|