remove unneeded plex ports, and set DNS2 to opendns not cloudflare

This commit is contained in:
2022-02-20 21:00:50 +11:00
parent f355cdcf1e
commit 615d5b5817

View File

@@ -363,15 +363,6 @@ services:
- /etc/localtime:/etc/localtime:ro
ports:
- "32400:32400"
# - "1900:1900"
- "3005:3005"
- "5353:5353"
- "8324:8324"
- "32410:32410"
- "32412:32412"
- "32413:32413"
- "32414:32414"
- "32469:32469"
hass:
image: homeassistant/home-assistant
@@ -541,7 +532,7 @@ services:
TZ: 'Australia/Melbourne'
WEBPASSWORD: 'O701JH&%fDqIw836eTiw1LxzlGw!sn%c'
DNS1: '127.0.0.1'
DNS2: '1.1.1.1'
DNS2: '208.67.222.222'
volumes:
- /srv/docker/container/pihole/etc/:/etc/pihole/
- /srv/docker/container/pihole/dnsmasq.d/:/etc/dnsmasq.d/