When attempting to run the project (via docker compose single.yml up), I encounter the following error:
Environment
- OS: Ubuntu 22.04
- Docker version shown below:
Additional context
I attempted the following fixes:
- Removed
version field from single.yml
- Rebuilt containers using
docker compose -f single.yml up --build
- Verified Docker client/server versions
Still encountered the same issue.
Could this be pinned to a specific older version of the Docker SDK or API? If so, how can I update it and can that also be updated or documented?
Thank you!
When attempting to run the project (via
docker compose single.yml up), I encounter the following error:Environment
Additional context
I attempted the following fixes:
versionfield fromsingle.ymldocker compose -f single.yml up --buildStill encountered the same issue.
Could this be pinned to a specific older version of the Docker SDK or API? If so, how can I update it and can that also be updated or documented?
Thank you!