Hi All,
I have tried to installk ODK central on my own Ubuntu 16 server . Fist I installed docker and docker compose (have versions Docker version 18.09.3 and docker-compose version 1.17.0 and followd the instructions in https://docs.opendatakit.org/central-install-digital-ocean/ .
Now everything worked fine until I try launching the docker image with ODK - central via systemctl start docker-compose@central . When I check with
systemctl status docker-compose@central I get this output:
docker-compose@central.service: Unit entered failed state.
docker-compose@central.service: Failed with result 'exit-code'.
docker-compose@central.service: Service hold-off time over, scheduling restart.
Stopped central via docker-compose.
docker-compose@central.service: Start request repeated too quickly.
Failed to start central via docker-compose.
docker-compose@central.service: Unit entered failed state.
docker-compose@central.service: Failed with result 'start-limit-hit'.
How can I fix this and get ODK central to start ?
Cheers
Karsten