Minimum working version of Webmin in Docker
git clone https://github.com/kipjr/docker-webmin.git
cd docker-webmin
echo -n "somepassword" > ./secrets
docker-compose up --build --force-recreate -d
docker-compose down
http://hostname.or.ip:10000
Minimum working version of Webmin in Docker
git clone https://github.com/kipjr/docker-webmin.git
cd docker-webmin
echo -n "somepassword" > ./secrets
docker-compose up --build --force-recreate -d
docker-compose down
http://hostname.or.ip:10000