docker-compose.yml 90 B

12345
  1. test:
  2. image: busybox
  3. command: top
  4. volumes:
  5. - "~/${VOLUME_NAME}:/container-path"