[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",
|
||||
"ms-azuretools.vscode-docker",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"eamodio.gitlens",
|
||||
"kelvin.vscode-sshfs",
|
||||
"alefragnani.project-manager",
|
||||
"redhat.vscode-xml",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
version: "3.5"
|
||||
|
||||
services:
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ services:
|
|||
container_name: pihole-vlan
|
||||
image: pihole/pihole # check the latest version on docker hub.
|
||||
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
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
|
|
@ -30,8 +30,8 @@ services:
|
|||
- './backups/:/backups/' # backups explained later
|
||||
environment: # set variables for pihole configuration.
|
||||
ServerIP: 192.168.1.59 # must match ipv4_address above
|
||||
VIRTUAL_HOST: pihole.local # Must be hostname + domainname from above
|
||||
WEBPASSWORD: ""
|
||||
VIRTUAL_HOST: pihole.lan # Must be hostname + domainname from above
|
||||
FTLCONF_webserver_api_password: 'uksapl'
|
||||
TZ: 'Europe/London' # pick your timezone
|
||||
restart: unless-stopped
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue