mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-10 06:33:06 +08:00
10 lines
133 B
YAML
10 lines
133 B
YAML
version: "3.8"
|
|
|
|
volumes:
|
|
test_volume: {}
|
|
|
|
services:
|
|
service-a:
|
|
image: ${IMAGE_NAME}
|
|
command: ["tail", "-f", "/dev/null"]
|