mirror of https://github.com/docker/compose.git
12 lines
172 B
YAML
12 lines
172 B
YAML
|
version: '2'
|
||
|
services:
|
||
|
test:
|
||
|
image: busybox
|
||
|
command: top
|
||
|
volumes:
|
||
|
- /container-path
|
||
|
- testvolume:/container-named-path
|
||
|
|
||
|
volumes:
|
||
|
testvolume: {}
|