-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Execution error 'docker-compose up -d' #7142
Comments
Please provide full details so that the issue can be reproduced, including the docker compose version at least |
Ubuntu 20.04 LTS |
Please use docker compose v2: https://docs.docker.com/compose/install/linux/ |
Thank you. The v2 version is fine |
''docker-compose up -d'', I see the problem, here is no line ( - ) between ''docker'' and ''compose'', just enter a ''space''. See official document
|
Thank you. I solve this issue. |
Actions before raising this issue
Steps to Reproduce
git clone https://github.com/opencv/cvat
cd cvat
export CVAT_HOST=your-ip-address
docker-compose up -d
Execution error
Expected Behavior
No response
Possible Solution
No response
Context
No response
Environment
Ubuntu 20.04 LTS
docker Version: 24.0.5
docker-compose version 1.25.0
The text was updated successfully, but these errors were encountered: