MultiOTP on Docker
Hello,
I see this command below on https://github.com/multiOTP/multiotp/wiki
Docker container available: docker run --mount source=multiotp-data,target=/etc/multiotp -p 80:80 -p 443:443 -p 1812:1812/udp -p 1813:1813/udp -d multiotp/multiotp-open-source
I don't see any documentation about it. Can somebody point me to the right manual please? I'm sorry I am a newbie on Docker. I need help where to look at. I am installing on a fresh Debian 10 installation.
Thank you.
This discussion has been closed.
Comments
We have updated the Dockerfile to version 5.8.1.9.
After calling docker run --mount source=multiotp-data,target=/etc/multiotp -p 80:80 -p 443:443 -p 1812:1812/udp -p 1813:1813/udp -d multiotp/multiotp-open-source, you will have a WebGUI in http (port 80) and https (port 443) as well as a radius server.
Documentation about multiOTP can be found in the readme file (https://github.com/multiOTP/multiotp/blob/master/README.md).
Best regards,
André