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
README suggest copying docker-compose to /usr/bin. Generally on Linux this is not a good idea to copy anything to /usr/bin as it might interfere with already installed software or software that is installed later. It is better to use /usr/loca/bin
README suggest copying docker-compose to /usr/bin. Generally on Linux this is not a good idea to copy anything to /usr/bin as it might interfere with already installed software or software that is installed later. It is better to use /usr/loca/bin