volumes options have ":" in the path docker-compose.yml `version: '3' services: image-resize-on-the-fly: build: . volumes: - ./secrets:/deploy/secrets env_file: - ./secrets/secrets.env`