I'm getting the error
kwargs_from_env() got an unexpected keyword argument 'ssl_version'
when trying to start my docker instance.
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