You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compose: 'ComposeFile.load(...)' now requires a 'projectDir: URL' parameter. '.env' discovery and the default compose project name anchor to the resolved project directory (explicit '--project-directory', else the first '-f' file's directory, else the current working directory) instead of each compose file's own directory.
Features
registry: support keychain-backed registry authentication (50e9e74), closes #53
Bug Fixes
compose: honor Docker's project-directory anchoring model (#54) (eb422bb)
publish: honor [host-ip:] prefix in -p and compose ports (c26af4d), closes #55