Fixed up some notation

Signed-off-by: TuDatTr <tuan-dat.tran@tudattr.dev>
pull/1/head
TuDatTr 2023-04-14 20:46:32 +02:00
parent 3d7f143a2a
commit 00fd124e2d
1 changed files with 1 additions and 5 deletions

View File

@ -98,7 +98,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.{{ pihole_host }}.rule=Host(`{{ pihole_host }}.{{ aya01_host }}.{{ local_domain }}`)" - "traefik.http.routers.{{ pihole_host }}.rule=Host(`{{ pihole_host }}.{{ aya01_host }}.{{ local_domain }}`)"
- "traefik.http.services.{{ pihole_host }}.loadbalancer.server.port={{ 80 }}" - "traefik.http.services.{{ pihole_host }}.loadbalancer.server.port=80"
syncthing: syncthing:
container_name: syncthing container_name: syncthing
@ -296,13 +296,9 @@ networks:
driver: default driver: default
config: config:
- subnet: 172.16.42.0/24 - subnet: 172.16.42.0/24
ip_range: 172.28.42.0/24
gateway: 172.16.42.1
net: net:
driver: bridge driver: bridge
ipam: ipam:
driver: default driver: default
config: config:
- subnet: 172.16.69.0/24 - subnet: 172.16.69.0/24
ip_range: 172.28.69.0/24
gateway: 172.16.69.1