apt install docker.io docker-compose
docker pull ghcr.io/patrickdappollonio/docker-http-server:v2
mkdir -p web/firmwaresConfigure the service on port 5000 with ./web:/html:ro, test with docker compose up, then use docker compose up -d.
Open http://SERVER-IP:5000/.
Last updated on