version: "3" services: cash: image: golang:1.13 working_dir: /cash volumes: - .:/cash command: ["go", "run", "main.go", "input.txt"]