compose-go
compose-go copied to clipboard
detect project dir is a symlink and warn user
when ran from a symlink, while we find compose.yaml we run with a distinct project_dir and project_name. This might be user intent but also can cause unexpected behavior. This PR adds a sanity-check for such circumstances to warn user
closes https://github.com/docker/compose/issues/12026