mirror of
https://github.com/docker/compose.git
synced 2026-06-26 19:22:21 +00:00
5 lines
90 B
YAML
5 lines
90 B
YAML
test:
|
|
image: busybox
|
|
command: top
|
|
volumes:
|
|
- "~/${VOLUME_NAME}:/container-path"
|