diff --git a/pihole/.env b/pihole/.env index 9dfd6bd..ac154c8 100644 --- a/pihole/.env +++ b/pihole/.env @@ -12,7 +12,7 @@ PORT_HTTPS=8443 #PORT_DHCP_SERVER=67 # Environment variables -TZ=Europe/Oslo' +TZ='Europe/Oslo' # Set a password to access the web interface. Not setting one will result in a random password being assigned -FTLCONF_webserver_api_password='homekbr1998' +FTLCONF_webserver_api_password=homekbr1998 diff --git a/pihole/compose.yml b/pihole/compose.yml index 39a1ff2..b282f08 100644 --- a/pihole/compose.yml +++ b/pihole/compose.yml @@ -20,7 +20,7 @@ services: # Set the appropriate timezone for your location (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), e.g: TZ: ${TZ} # Set a password to access the web interface. Not setting one will result in a random password being assigned - ${FTLCONF_webserver_api_password}: 'homekbr1998' + FTLCONF_webserver_api_password: ${FTLCONF_webserver_api_password} # Volumes store your data between container upgrades volumes: # For persisting Pi-hole's databases and common configuration file diff --git a/qbittorrent/down.sh b/qbittorrent/down.sh old mode 100755 new mode 100644 diff --git a/qbittorrent/running.sh b/qbittorrent/running.sh old mode 100755 new mode 100644 diff --git a/qbittorrent/up.sh b/qbittorrent/up.sh old mode 100755 new mode 100644