Skip to content

Commit

Permalink
Merge pull request g4klx#368 from f4hlv/patch-3
Browse files Browse the repository at this point in the history
Update docker-compose.yml
  • Loading branch information
g4klx authored Jan 6, 2018
2 parents 78c600a + c22c65a commit 7092e53
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions linux/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit 7092e53

Please sign in to comment.