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