remove unneeded plex ports, and set DNS2 to opendns not cloudflare
This commit is contained in:
@@ -363,15 +363,6 @@ services:
|
|||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ports:
|
ports:
|
||||||
- "32400:32400"
|
- "32400:32400"
|
||||||
# - "1900:1900"
|
|
||||||
- "3005:3005"
|
|
||||||
- "5353:5353"
|
|
||||||
- "8324:8324"
|
|
||||||
- "32410:32410"
|
|
||||||
- "32412:32412"
|
|
||||||
- "32413:32413"
|
|
||||||
- "32414:32414"
|
|
||||||
- "32469:32469"
|
|
||||||
|
|
||||||
hass:
|
hass:
|
||||||
image: homeassistant/home-assistant
|
image: homeassistant/home-assistant
|
||||||
@@ -541,7 +532,7 @@ services:
|
|||||||
TZ: 'Australia/Melbourne'
|
TZ: 'Australia/Melbourne'
|
||||||
WEBPASSWORD: 'O701JH&%fDqIw836eTiw1LxzlGw!sn%c'
|
WEBPASSWORD: 'O701JH&%fDqIw836eTiw1LxzlGw!sn%c'
|
||||||
DNS1: '127.0.0.1'
|
DNS1: '127.0.0.1'
|
||||||
DNS2: '1.1.1.1'
|
DNS2: '208.67.222.222'
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/docker/container/pihole/etc/:/etc/pihole/
|
- /srv/docker/container/pihole/etc/:/etc/pihole/
|
||||||
- /srv/docker/container/pihole/dnsmasq.d/:/etc/dnsmasq.d/
|
- /srv/docker/container/pihole/dnsmasq.d/:/etc/dnsmasq.d/
|
||||||
|
|||||||
Reference in New Issue
Block a user