cytopia / docker-bind

Bind (bind9) caching DNS server on Alpine or Debian with wild-card domain support [multi-arch]
http://devilbox.org/
MIT License
91 stars 50 forks source link

container keeps crashing/restarting #38

Closed ericp-mrel closed 2 years ago

ericp-mrel commented 2 years ago

For some reason, my container keeps crashing/restarting, but I'm not sure what error exactly is causing this behavior. I'm using v0.27 of this container with devilbox if that helps.

Here's the logs: https://pastebin.com/cWLZL4r2

cytopia commented 2 years ago

@ericp-mrel can you switch to v0.28. (For Devilbox usage, checkout Devilbox branch release/v1.11.0, found in this upcoming PR: https://github.com/cytopia/devilbox/pull/871)

If the problem still persists, please do the following:

docker-compose down
docker-compose rm -f

And then start it up as usual

ericp-mrel commented 2 years ago

Seems like it's much more stable now and not crashing constantly. :+1:

cytopia commented 2 years ago

Seems like it's much more stable now and not crashing constantly.

That tells me the issue has been resolved, no?

ericp-mrel commented 2 years ago

Sorry, yes it is resolved for me.