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

detect project dir is a symlink and warn user

Open ndeloof opened this issue 4 months ago • 0 comments

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

ndeloof avatar Oct 24 '24 07:10 ndeloof