compose-go icon indicating copy to clipboard operation
compose-go copied to clipboard

Fix absolute paths in secrets and inherited volumes

Open oldium opened this issue 3 years ago • 1 comments
trafficstars

Volumes detect and handle unix-like absolute paths also on Windows. Secrets are translated to bind mounts, so handle them the same way. While at it, fix also inherited absolute path volumes from extended services.

Fixes #304

oldium avatar Sep 08 '22 06:09 oldium

Tested also in github.com/docker/compose with changed go.mod to replace github.com/compose-spec/compose-go with github.com/oldium/compose-go (latest fix-abs-paths branch commit) and issue #304 is really fixed for me.

oldium avatar Sep 08 '22 08:09 oldium