When i try to start it with docker-compose up im recieving the following errors again and again
drone-server_1 | Unable to connect agent. Invalid authorization token "Bearer" does not match ""
drone-agent_1 | rpc: error re-connecting: websocket: bad handshake
This error message tells me that DRONE_SECRET is not being properly set. Both the server and agent seem to have a blank value. It is required that you provide the server and agent with a shared secret key, of your own choosing, for authentication.
No clue. This error message has never been reported before. If I had to guess, I would say it has something to do with your host machine network configuration, but debugging kernel issues is outside my area of expertise.
I googled the error and according to stack overflow and a number of issues in the docker forum, it seems to be a kernel issue and not related to drone.