Skip to content

Commit 0bad9c5

Browse files
authored
Merge pull request #451 from Paraphraser/20211128-volume-mounts-master
20211116 volume-mounts - master branch - PR 1 of 3
2 parents 7d1400f + 631cc76 commit 0bad9c5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.templates/deconz/service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ deconz:
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:

.templates/diyhue/service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.templates/pihole/service.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.templates/telegraf/service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)