[mod] for pihole6
This commit is contained in:
parent
1f05a88357
commit
6940270797
3 changed files with 4 additions and 5 deletions
1
.vscode/extensions.json
vendored
1
.vscode/extensions.json
vendored
|
|
@ -3,7 +3,6 @@
|
||||||
"quodatum.vscode-basex",
|
"quodatum.vscode-basex",
|
||||||
"ms-azuretools.vscode-docker",
|
"ms-azuretools.vscode-docker",
|
||||||
"dbaeumer.vscode-eslint",
|
"dbaeumer.vscode-eslint",
|
||||||
"eamodio.gitlens",
|
|
||||||
"kelvin.vscode-sshfs",
|
"kelvin.vscode-sshfs",
|
||||||
"alefragnani.project-manager",
|
"alefragnani.project-manager",
|
||||||
"redhat.vscode-xml",
|
"redhat.vscode-xml",
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
version: "3.5"
|
|
||||||
services:
|
services:
|
||||||
jellyfin:
|
jellyfin:
|
||||||
image: jellyfin/jellyfin
|
image: jellyfin/jellyfin
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ services:
|
||||||
container_name: pihole-vlan
|
container_name: pihole-vlan
|
||||||
image: pihole/pihole # check the latest version on docker hub.
|
image: pihole/pihole # check the latest version on docker hub.
|
||||||
hostname: pihole # set an easy hostname to remember
|
hostname: pihole # set an easy hostname to remember
|
||||||
domainname: local # your local domain name
|
domainname: lan # your local domain name
|
||||||
mac_address: de:ad:be:ef:ff:01 # can change or leave this
|
mac_address: de:ad:be:ef:ff:01 # can change or leave this
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
|
|
@ -30,8 +30,8 @@ services:
|
||||||
- './backups/:/backups/' # backups explained later
|
- './backups/:/backups/' # backups explained later
|
||||||
environment: # set variables for pihole configuration.
|
environment: # set variables for pihole configuration.
|
||||||
ServerIP: 192.168.1.59 # must match ipv4_address above
|
ServerIP: 192.168.1.59 # must match ipv4_address above
|
||||||
VIRTUAL_HOST: pihole.local # Must be hostname + domainname from above
|
VIRTUAL_HOST: pihole.lan # Must be hostname + domainname from above
|
||||||
WEBPASSWORD: ""
|
FTLCONF_webserver_api_password: 'uksapl'
|
||||||
TZ: 'Europe/London' # pick your timezone
|
TZ: 'Europe/London' # pick your timezone
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue