Closed Sprooty closed 10 months ago
The SSL error is being output by docker-compose. The version of compose is actually 1.x per the logs you have provided.
It looks like your OS doesn't have the wrapper script which makes docker-compose
run compose v2.
Try replace the docker-compose up -d
part of the command with docker compose up -d
.
This worked thanks!
Instructions as per readme result in,