Docker image for HTTP engine to serve php sites using PHP 5.6
- Free software: MIT license
- Documentation: https://github.com/daspanel/engine-php56/blob/master/docs/index.md or https://daspanel.github.io/engine-php56
Variable | Optional | Example Value | Purpose |
---|---|---|---|
DASPANEL_SYS_UUID | yes | civmw76wg000001p2dwqxpvet | UUID used in Daspanel system to identify a unique instance of data. If you don't provide one Daspanel generate it using Getuuid API |
You can find the value of variables automatically generated by examining the container log after it starts. Or looking at the output of the console where you run your docker.
Get
docker pull daspanel/engine-php56:latest
Run
docker run -e DASPANEL_MASTER_EMAIL=my@email.com daspanel/engine-php56:latest
- Latest Alpine Linux with S6 overlay