mirror of
https://github.com/docker/compose.git
synced 2025-07-15 09:44:28 +02:00
6 lines
90 B
YAML
6 lines
90 B
YAML
test:
|
|
image: busybox
|
|
command: top
|
|
volumes:
|
|
- "~/${VOLUME_NAME}:/container-path"
|