saltyorg / Saltbox

Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
https://docs.saltbox.dev
GNU General Public License v3.0
573 stars 65 forks source link

Docker: Allow specifying DNS servers for container #71

Closed owine closed 2 years ago

owine commented 2 years ago

Add ability to specify DNS servers for a Docker container via inventories

Example:

overseerr_docker_dns_servers:
  - 8.8.8.8
  - 8.8.4.4
saltydk commented 2 years ago

I can image a scenario where this would break someone's setup. Like when users have firewall rules on Hetzner and it would only allow Hetzner DNS server requests.

Could we limit this to adding the capability of setting the setting using the inventory and maybe have a docs page instead?