mirror of
https://github.com/kamax-matrix/mxisd.git
synced 2026-01-25 10:32:04 +01:00
362 B
362 B
Docker
Fetch
Pull the latest stable image:
docker pull kamax/mxisd
Run
Run it (adapt volume paths to your host):
docker run --rm -v /data/mxisd/etc:/etc/mxisd -v /data/mxisd/var:/var/mxisd -p 8090:8090 -t kamax/mxisd
For more info, including the list of possible tags, see the public repository