mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-10 00:43:48 +00:00
Improve the build options and remove libsamplerate, it's not needed.
This commit is contained in:
parent
81e16b87f4
commit
10680f51a5
4 changed files with 11 additions and 16 deletions
|
|
@ -2,11 +2,10 @@ version: '3'
|
|||
services:
|
||||
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:
|
||||
- ./MMDVMHost.ini:/MMDVMHost/MMDVMHost.ini:ro # Path to the MMDVM.ini File
|
||||
- ./MMDVMHost.ini:/MMDVMHost/MMDVMHost.ini:ro # Path to the MMDVMHost.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue