This repository contains the prod 7.4 (PHP 7.4 production) image which is used by the OrangeHRM PROD Environment. Prod 7.4 image has been extended from the rhel8 image.
All the added configurations and installed modules are crucial to the OrangeHRM application. And the image will only listen to the 443 port by default.
- get a docker pull -
docker pull orangehrm/orangehrm-environment-images:prod-php-latest-rhel-8
- run the image -
docker run -itd --name <NAME> -p 443:443 orangehrm/orangehrm-environment-images:prod-php-latest-rhel-8