foreman-docker-compose icon indicating copy to clipboard operation
foreman-docker-compose copied to clipboard

Docker Compose <= 1.14 doesn't create volume directories

Open bittner opened this issue 7 years ago • 0 comments
trafficstars

Just a technical note on Docker Compose:

When you use a version <= 1.14 on a freshly cloned repository docker-compose up fails, because it can only mount Docker volumes into existing directories. Newer versions of Docker Compose do create the non-existing directories automatically.

This is easily fixed locally, though: (if you don't want to or can't upgrade to a newer version of Compose)

$ mkdir pgdata assets webpack 

bittner avatar Jul 26 '18 07:07 bittner