A Dockerized MMDVM Hotspot
- Install the prerequisites.
- Edit the default config files in
data/
and rename them. - Start the updater:
docker-compose up -d updater
- Populate data volume:
docker cp data $(docker ps -f name=updater -q):/
- Bring up the rest:
docker-compose up -d