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
TASK [Ensure internet-monitoring environment is running.] *******************************************************************************************************************************************************************************************************************************************************************
fatal: [127.0.0.1]: FAILED! => {"changed": false, "msg": "Docker CLI /usr/bin/docker has the compose plugin with version 2.3.3; need version 2.18.0 or later"}
PLAY RECAP ******************************************************************************************************************************************************************************************************************************************************************************************************************
127.0.0.1 : ok=10 changed=1 unreachable=0 failed=1 skipped=8 rescued=0 ignored=0
The text was updated successfully, but these errors were encountered:
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark issues as stale.
When I execute ansible-playbook main.yml, I get the following error, but I am running the following docker and docker compose versions:
Docker version 27.2.1, build 9e34c9b
Docker Compose version v2.3.3
When I run apt-get upgrade docker-compse-plugin, I get
docker-compose-plugin is already the newest version (2.29.2-1~ubuntu.22.04~jammy)
Any ideas how I get docker compose updated, the packages came directly from the docker repo, not ubuntus.
The text was updated successfully, but these errors were encountered: