updated some docker compose files, main script for setup and added jellyfin configs. dash still nonfunctional.
This commit is contained in:
@@ -3,13 +3,15 @@ services:
|
||||
container_name: pihole
|
||||
image: pihole/pihole:latest
|
||||
dns:
|
||||
- 1.1.1.1
|
||||
- 86.54.11.13
|
||||
ports:
|
||||
- 53:53/tcp
|
||||
- 53:53/udp
|
||||
environment:
|
||||
TZ: Europe/Amsterdam
|
||||
FTLCONF_WEBSERVER_API_PASSWORD: ?adminpass?
|
||||
FTLCONF_DNS_UPSTREAMS: '86.54.11.13'
|
||||
FTLCONF_DNS_LISTENINGMODE: all
|
||||
volumes:
|
||||
- ./config:/etc/pihole
|
||||
- ./dns:/etc/dnsmasq.d
|
||||
|
||||
Reference in New Issue
Block a user