smebberson / docker-alpine

Docker containers running Alpine Linux and s6 for process management. Solid, reliable containers.
MIT License
596 stars 187 forks source link

failed to start go-dnsmasq on port 53 #97

Open Antediluvian opened 2 years ago

Antediluvian commented 2 years ago

The error "permission denied" is seen in the /var/log/go-dnsmasq/go-dnsmasq.log file

CleanShot 2021-09-02 at 15 19 52

Has anyone else encountered the same problem?

Antediluvian commented 2 years ago

Adding the environment variable "GO_DNSMASQ_RUNAS=root" solves this problem.