Skip to content

VE3LSR/docker-linbpq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-linbpq

Docker LinBPQ

This project uses docker and docker-compose for management. https://docs.docker.com/compose/

Getting Started

Download this project and unzip it: https://github.com/VE3LSR/docker-linbpq/archive/master.zip

Running

Edit the file bpq32.cfg run docker-compose up -d to start.

Updating

Updating is as simple as docker-compose pull; docker-compose down; docker-compose up -d

Building

If you'd like to build locally, just run docker-compose build