docker-compose.yml 172 B

1234567891011
  1. version: '2'
  2. services:
  3. test:
  4. image: busybox
  5. command: top
  6. volumes:
  7. - /container-path
  8. - testvolume:/container-named-path
  9. volumes:
  10. testvolume: {}