Friday, March 1, 2024

kwargs_from_env() got an unexpected keyword argument 'ssl_version'

I'm getting the error 
kwargs_from_env() got an unexpected keyword argument 'ssl_version'
when trying to start my docker instance.

In searching for a solution to this insanity, I ran across this article, which led me to update the command line I was using.

So I changed the command from this:
docker-compose -f docker-compose.arm64 up -d

To this:
docker compose -f docker-compose.arm64 up -d