apocas / dockerode-compose

docker-compose in Node.js using dockerode
Apache License 2.0
141 stars 30 forks source link

Volume source allowed to be relative path #10

Closed rkesters closed 2 years ago

rkesters commented 3 years ago

docker compose up works with volumes paths that are relative to the compose file; this PR will fix dockerode-compose to support relative paths.

apocas commented 2 years ago

Merged https://github.com/apocas/dockerode-compose/pull/19 instead.