Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.69 KB

index.md

File metadata and controls

59 lines (44 loc) · 1.69 KB

Engine PHP70

Docker image for HTTP engine to serve php7 sites using PHP 7.0

Daspanel environment variables

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.

This container-only environment variables

none

Ports

  • none

How to use

Get

docker pull daspanel/engine-php70:latest

Run

docker run -e DASPANEL_MASTER_EMAIL=my@email.com daspanel/engine-php70:latest

Run with interactive shell

docker run -it -e DASPANEL_MASTER_EMAIL=my@email.com daspanel/engine-php70:latest /bin/sh

Features

  • Latest Alpine Linux with S6 overlay

!!! warning "WIP" Wordk in progress.

Credits