skip to Main Content

docker-compose does not create directory

I have the following docker-compose version: "3.9" services: foo: image: an_image volumes: - source: ./logs target: /tmp/data type: bind I am using 3.9 docker-compose syntax with 2.24 docker-compose library. Because of this bug I have to use the long syntax…

VIEW QUESTION
Back To Top
Search