mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Rename MMDVM.ini to MMDVMHost.ini
This commit is contained in:
parent
ed6c28c0c1
commit
81e16b87f4
10 changed files with 28 additions and 28 deletions
|
|
@ -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"
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
### CONFIG VARIABLES ###
|
||||
|
||||
sysopCallsign=XX0XXX
|
||||
iniFile=/path/to/MMDVM.ini
|
||||
iniFile=/path/to/MMDVMHost.ini
|
||||
shutdownTG=999999
|
||||
rebootTG=888888
|
||||
allowShutdown=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue