compose/tests/fixtures/volume-path-interpolation/docker-compose.yml

6 lines
90 B
YAML
Raw Normal View History

test:
image: busybox
command: top
volumes:
- "~/${VOLUME_NAME}:/container-path"