-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Update to modern docker (compose) versions #45
Comments
i have a simular issue docker-compose up -d During handling of the above exception, another exception occurred: Traceback (most recent call last): system is running ubuntu server 24.04 lts witch docker installed trough the steps on dockers own website updates packages and python already |
In modern docker versions compose is no longer accessed via a standalone program with
docker-compose
but via a plugin to the normal docker (docker compose
). The scripts (as well as thedocker-compose.yml
file) will therefore error when used with modern docker installs.Tested with docker 27.1.1
The text was updated successfully, but these errors were encountered: