Rename MMDVM.ini to MMDVMHost.ini

This commit is contained in:
Jonathan Naylor 2026-03-10 14:52:12 +00:00
parent ed6c28c0c1
commit 81e16b87f4
10 changed files with 28 additions and 28 deletions

View file

@ -61,7 +61,7 @@ DMRFILEBACKUP=1
#
# Command line to restart MMDVMHost
RESTARTCOMMAND="systemctl restart mmdvmhost.service"
# RESTARTCOMMAND="killall MMDVMHost ; /path/to/MMDVMHost/executable/MMDVMHost /path/to/MMDVM/ini/file/MMDVM.ini"
# RESTARTCOMMAND="killall MMDVMHost ; /path/to/MMDVMHost/executable/MMDVMHost /path/to/MMDVM/ini/file/MMDVMHost.ini"
###############################################################################
#

View file

@ -58,7 +58,7 @@ DMRFILEBACKUP=1
#
# Command line to restart MMDVMHost
RESTARTCOMMAND="systemctl restart mmdvmhost.service"
# RESTARTCOMMAND="killall MMDVMHost ; /path/to/MMDVMHost/executable/MMDVMHost /path/to/MMDVM/ini/file/MMDVM.ini"
# RESTARTCOMMAND="killall MMDVMHost ; /path/to/MMDVMHost/executable/MMDVMHost /path/to/MMDVM/ini/file/MMDVMHost.ini"
###############################################################################
#

View file

@ -1,17 +1,17 @@
version: '3'
services:
mmdvmhost:
build: https://github.com/g4klx/MMDVMHost.git # Make your image Docker
# image: f4hlv/mmdvmhost # Download MMDVMHost image on Dockerhub
build: https://github.com/g4klx/MMDVMHost.git # Make your image Docker
# image: f4hlv/mmdvmhost # Download MMDVMHost image on Dockerhub
container_name: mmdvmhost
restart: unless-stopped
volumes:
- ./MMDVM.ini:/MMDVMHost/MMDVM.ini:ro # Path to the MMDVM.ini File
- ./RSSI.dat:/MMDVMHost/RSSI.dat:ro # Path to the RSSI.dat File (Optional)
- ./DMRIds.dat:/MMDVMHost/DMRIds.dat:ro # Path to the DMRIds.dat File (Optional)
- ./MMDVMHost.ini:/MMDVMHost/MMDVMHost.ini:ro # Path to the MMDVM.ini File
- ./RSSI.dat:/MMDVMHost/RSSI.dat:ro # Path to the RSSI.dat File (Optional)
- ./DMRIds.dat:/MMDVMHost/DMRIds.dat:ro # Path to the DMRIds.dat File (Optional)
- mmdvmhost:/MMDVMHost
devices:
- /dev/ttyACM0:/dev/ttyACM0 # Specify the mmdvm "/dev/tty***" interface
- /dev/ttyACM0:/dev/ttyACM0 # Specify the mmdvm "/dev/tty***" interface
volumes:
mmdvmhost:

View file

@ -24,7 +24,7 @@
### CONFIG VARIABLES ###
sysopCallsign=XX0XXX
iniFile=/path/to/MMDVM.ini
iniFile=/path/to/MMDVMHost.ini
shutdownTG=999999
rebootTG=888888
allowShutdown=1