File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 - " 443:443"
88 - " 5901:5900"
99 volumes :
10- - ./volumes/deconz/ :/opt/deCONZ
10+ - ./volumes/deconz:/opt/deCONZ
1111 devices : # This list is replaced during the build process. Modify the list in "build_settings.yml" to change it.
1212 - /dev/null
1313 environment :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ diyhue:
1010 - IP=%LAN_IP_Address%
1111 - MAC=%LAN_MAC_Address%
1212 volumes :
13- - ./volumes/diyhue/ :/opt/hue-emulator/export/
13+ - ./volumes/diyhue:/opt/hue-emulator/export
1414 restart : unless-stopped
1515 networks :
1616 - iotstack_nw
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ pihole:
1010 - WEBPASSWORD=%randomAdminPassword%
1111 - INTERFACE=eth0
1212 volumes :
13- - ./volumes/pihole/etc-pihole/ :/etc/pihole/
14- - ./volumes/pihole/etc-dnsmasq.d/ :/etc/dnsmasq.d/
13+ - ./volumes/pihole/etc-pihole:/etc/pihole
14+ - ./volumes/pihole/etc-dnsmasq.d:/etc/dnsmasq.d
1515 dns :
1616 - 127.0.0.1
1717 - 1.1.1.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ telegraf:
99 - " 8094:8094/tcp"
1010 - " 8125:8125/udp"
1111 volumes :
12- - ./volumes/telegraf/ :/etc/telegraf
12+ - ./volumes/telegraf:/etc/telegraf
1313 - /var/run/docker.sock:/var/run/docker.sock:ro
1414 depends_on :
1515 - influxdb
You can’t perform that action at this time.
0 commit comments