Minecraft-Nintendo-Switch-Private-Server icon indicating copy to clipboard operation
Minecraft-Nintendo-Switch-Private-Server copied to clipboard

If you get binding problems

Open vprasanth opened this issue 4 years ago • 2 comments

Note. If you get errors as outlined here https://github.com/sameersbn/docker-bind/issues/65 (tldr; ports are already being used). Most likely it'ssystemd-resolved, it can be resolved by stopping and disabling the service with the following commands in Ubuntu:

sudo systemctl stop systemd-resolved
sudo systemctl disable systemd-resolved

Not sure if worth adding to readme.

vprasanth avatar Mar 29 '20 00:03 vprasanth

https://github.com/sameersbn/docker-bind/issues/65

Here they say it's not good idea

PabloVirgolini avatar Jul 11 '20 20:07 PabloVirgolini

Sometimes, your need to stop : /usr/bin/named ;)

Servuc avatar Nov 29 '20 10:11 Servuc