Fix bug in install script

This commit is contained in:
Simon 2021-07-26 01:14:23 +01:00
parent e5f7cf06c7
commit 60a3c6f849
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ services:
volumes:
#This should be kept to a manageable size from
#cron or logrotate outisde of the container.
- '/var/log/freeDMRmonitor/lastheard.log:/opt/FreeDMRmonitor/log/lastheard.log'
- '/var/log/freeDMRmonitor/hbmon.log:/opt/FreeDMRmonitor/log/hbmon.log'
- '/var/log/FreeDMRmonitor/lastheard.log:/opt/FreeDMRmonitor/log/lastheard.log'
- '/var/log/FreeDMRmonitor/hbmon.log:/opt/FreeDMRmonitor/log/hbmon.log'
#Write JSON files outside of container
- '/etc/freedmr/json/talkgroup_ids.json:/opt/FreeDMRmonitor/talkgroup_ids.json'
- '/etc/freedmr/json/subscriber_ids.json:/opt/FreeDMRmonitor/subscriber_ids.json'