Update docker-compose.yml

Add G4KLX Github
This commit is contained in:
Vincent 2018-01-06 16:51:47 +01:00 committed by GitHub
parent 78c600aa94
commit c22c65ab50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -1,17 +1,17 @@
version: '3'
services:
mmdvmhost:
build: https://github.com/f4hlv/MMDVMHost.git
# image: f4hlv/mmdvmhost
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
- ./RSSI.dat:/MMDVMHost/RSSI.dat:ro
- ./DMRIds.dat:/MMDVMHost/DMRIds.dat:ro
- ./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:/MMDVMHost
devices:
- /dev/ttyACM0:/dev/ttyACM0
- /dev/ttyACM0:/dev/ttyACM0 # Specify the mmdvm "/dev/tty***" interface
volumes:
mmdvmhost: