/eclipse-leshan-lwm2m-docker-compose

docker-compose.yml to run the latest version of Eclipse Leshan LwM2M server from https://github.com/eclipse-leshan/leshan

Primary LanguageDockerfile

How to run

Simply type:

docker compose up -d

The setup requires a running Traefik reverse proxy on your system. In case you don't use it, then uncomment lines with 8080 and 8081 ports mapping -> your leshan server will be exposed directly instead of via reverse proxy providing HTTPS.

Important