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
docker-compose --file etc/docker/dev/docker-compose.yml up -d
Using --detach instead of -d might be clearer as to why we use this flag. (although in this context, I guess it's a lot more common to see up -d instead - but in general we have some shell commands around the docs that might have too many shortened flags, which might be a bit confusing)