Docker image of OpenLiteSpeed server with Prestashop and ionCube installed (appropriate for the given php version).
You can specify a few helpful arguments when building an image.
| Argument | Description | Default |
|---|---|---|
| OLS_VERSION | Version of OpenLiteSpeed to use | 1.7.16 |
| PHP_VERSION | Version of PHP to use (without dot) | 74 |
| PRESTASHOP_VERSION | Version of Prestashop to run | 1.7.8.8 |
Example:
docker build -t [target-name] --build-arg OLS_VERSION="1.7.16" --build-arg PHP_VERSION="81" src/Consider to use Prestashop PHP compatibility chart to set correct PHP and Prestashop versions:
- Presta.Expert Team support@presta.expert
The files in this archive are released under the MIT LICENSE.