-
Notifications
You must be signed in to change notification settings - Fork 5
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
SSL Issue? #11
Comments
forgot, |
I installed again a self signed but still errors. |
I've corrected the issues, however it doesnt run as I am not seeing any containers load thus getting a 502 bad gateway at localhost:8080 sudo docker-compose pull sudo docker-compose up -d docker ps |
Hi @pydevlance , |
I see the stuff now, wasnt aware sudo was then required.. |
┌─[✗]─[parrot@parrot]─[~/Documents/Topograph/topolograph-docker]
└──╼ $docker --version
Docker version 20.10.22, build 3a2c30b
┌─[parrot@parrot]─[~/Documents/Topograph/topolograph-docker]
└──╼ $python3 --version
Python 3.9.2
Traceback:
─[parrot@parrot]─[~/Documents/Topograph/topolograph-docker]
└──╼ $docker-compose up -d
Traceback (most recent call last):
File "/home/parrot/.local/bin/docker-compose", line 8, in
sys.exit(main())
File "/home/parrot/.local/lib/python3.9/site-packages/compose/cli/main.py", line 81, in main
command_func()
File "/home/parrot/.local/lib/python3.9/site-packages/compose/cli/main.py", line 200, in perform_command
project = project_from_options('.', options)
File "/home/parrot/.local/lib/python3.9/site-packages/compose/cli/command.py", line 60, in project_from_options
return get_project(
File "/home/parrot/.local/lib/python3.9/site-packages/compose/cli/command.py", line 152, in get_project
client = get_client(
File "/home/parrot/.local/lib/python3.9/site-packages/compose/cli/docker_client.py", line 41, in get_client
client = docker_client(
File "/home/parrot/.local/lib/python3.9/site-packages/compose/cli/docker_client.py", line 124, in docker_client
kwargs = kwargs_from_env(environment=environment, ssl_version=tls_version)
TypeError: kwargs_from_env() got an unexpected keyword argument 'ssl_version'
The text was updated successfully, but these errors were encountered: