Improve the build options and remove libsamplerate, it's not needed.

This commit is contained in:
Jonathan Naylor 2026-03-11 13:15:00 +00:00
parent 81e16b87f4
commit 10680f51a5
4 changed files with 11 additions and 16 deletions

View file

@ -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