Browse Source

update some values

Jason Playne 2 months ago
parent
commit
575941f790
1 changed files with 2 additions and 3 deletions
  1. 2 3
      network/docker-compose.yml

+ 2 - 3
network/docker-compose.yml

@@ -1,5 +1,3 @@
-version: "3.9"
-
 volumes:
   pihole_config_etc:
   pihole_config_dnsmasq:
@@ -40,6 +38,7 @@ services:
     ports:
       - "10.10.20.251:80:80/tcp"
       - "10.10.20.251:443:443/tcp"
+      - "[::]:443:443/tcp"
       - "10.10.20.254:8080:8080/tcp"
     volumes:
       # So that Traefik can listen to the Docker events
@@ -353,7 +352,7 @@ services:
       - ZONE=playne.id.au
       - SUBDOMAIN=apps
       - PROXIED=false
-#      - RRTYPE=AAAA
+      - RRTYPE=AAAA
     labels:
       - traefik.enable=false