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 7
7
- " 443:443"
8
8
- " 5901:5900"
9
9
volumes :
10
- - ./volumes/deconz/ :/opt/deCONZ
10
+ - ./volumes/deconz:/opt/deCONZ
11
11
devices : # This list is replaced during the build process. Modify the list in "build_settings.yml" to change it.
12
12
- /dev/null
13
13
environment :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ diyhue:
10
10
- IP=%LAN_IP_Address%
11
11
- MAC=%LAN_MAC_Address%
12
12
volumes :
13
- - ./volumes/diyhue/ :/opt/hue-emulator/export/
13
+ - ./volumes/diyhue:/opt/hue-emulator/export
14
14
restart : unless-stopped
15
15
networks :
16
16
- iotstack_nw
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ pihole:
10
10
- WEBPASSWORD=%randomAdminPassword%
11
11
- INTERFACE=eth0
12
12
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
15
15
dns :
16
16
- 127.0.0.1
17
17
- 1.1.1.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ telegraf:
9
9
- " 8094:8094/tcp"
10
10
- " 8125:8125/udp"
11
11
volumes :
12
- - ./volumes/telegraf/ :/etc/telegraf
12
+ - ./volumes/telegraf:/etc/telegraf
13
13
- /var/run/docker.sock:/var/run/docker.sock:ro
14
14
depends_on :
15
15
- influxdb
You can’t perform that action at this time.
0 commit comments