ancient-pharmacist-31624
03/01/2022, 1:36 PMdocker-compose.yml
and set some volume mounts (AuthN) and the var DATAHUB_VERSION=v0.8.26
as I noted with previous releases that sometimes it does not come up so allowed me to control when to go to new version etc.
I normally run docker-compose up -d
but today I get...
datahub-actions_1 | 2022/03/01 13:28:16 Problem with request: Get "<http://datahub-gms:8080/health>": dial tcp 172.27.0.8:8080: connect: connection refused. Sleeping 1s
datahub-gms | 2022/03/01 13:28:16 Problem with dial: dial tcp: lookup broker on 127.0.0.11:53: server misbehaving. Sleeping 1s
datahub-actions_1 | 2022/03/01 13:28:17 Problem with request: Get "<http://datahub-gms:8080/health>": dial tcp 172.27.0.8:8080: connect: connection refused. Sleeping 1s
Can anyone share tips how to debug pls? Much appreciated.early-lamp-41924
03/01/2022, 6:40 PM