mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-10 06:33:06 +08:00
8 lines
125 B
YAML
8 lines
125 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
service-d:
|
|
image: busybox
|
|
command: ["tail", "-f", "/dev/null"]
|
|
profiles: [profile-2]
|