fazalfarhan01 / EarnApp-Docker

Containerized version of BrightData's EarnApp
https://hub.docker.com/r/fazalfarhan01/earnapp
43 stars 24 forks source link

Container is restarting #43

Closed esetuk closed 1 year ago

esetuk commented 1 year ago

Compose:

earnapp: container_name: earnapp image: fazalfarhan01/earnapp:latest privileged: true volumes:

Linux server 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux Docker version 23.0.1, build a5ee5b1

No log output from command 'docker logs earnapp'

'docker exec -it earnapp earnapp showid' or 'docker-compose exec earnapp install' throws: Error response from daemon: Container 042ae9a5adea254d7fa5097f196e5c38bea0ee2bbe9a8e815363114308c18bbf is restarting, wait until the container is running

I've tried rebuilding the docker container and data directory, and using 'hourly-latest' build.

The lite version appears to work, but obviously I do not then have the required UUID.

Please advise.