cat.yaml 112 B

123456
  1. services:
  2. test:
  3. image: alpine
  4. command: cat /text_file.txt
  5. volumes:
  6. - ${FILE}:/text_file.txt