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
If a service web depends on a service db, and both services specify an image, then docker-compose pull web will pull the images for both db and web, rather than just web. There's no --no-deps workaround either.
If a service
webdepends on a servicedb, and both services specify an image, thendocker-compose pull webwill pull the images for both db and web, rather than just web. There's no--no-depsworkaround either.