mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-11 15:13:06 +08:00
11 lines
132 B
YAML
11 lines
132 B
YAML
version: "3.8"
|
|
|
|
volumes:
|
|
test_volume: {}
|
|
|
|
services:
|
|
helloworld:
|
|
image: hello-world
|
|
volumes:
|
|
- test_volume:/test:Z
|