Docker files for HRConvert2 from https://github.com/zelon88/HRConvert2 - A self-hosted, drag-and-drop, & nosql file conversion server that supports 62x file formats.
https://hub.docker.com/r/dwaaan/hrconvert2-docker
docker pull dwaaan/hrconvert2-docker
git clone https://github.com/dwaaan/HRConvert2-Docker
Edit config.php
docker build -t hrconvert2 .
docker images,copy the image ID
docker run -i -t hrconvert2
git clone https://github.com/dwaaan/HRConvert2-Docker
- Edit config.php - make sure to atleast set the salts and the URL
docker-compose up -d
- updated base image to ubuntu 20.04
- updated php from 7.2 to 7.4
- updated HRConvert2 from 2.6 to 2.9.2