mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-09 14:13:06 +08:00
6 lines
109 B
YAML
6 lines
109 B
YAML
services:
|
|
service-d:
|
|
image: busybox
|
|
command: ["tail", "-f", "/dev/null"]
|
|
profiles: [profile-2]
|