Sign inSign up

calfater/nginx-php

By calfater

Updated almost 7 years ago

Image
0

621

calfater/nginx-php repository overview

Web server with php, MTA, cron

What's inside

Running

docker run \
-v $HOME/nginx/config:/config \
-v $HOME/nginx/www:/www \
-e PHP=true \
-d \
--name nginx \
calfater/nginx-php
Env variables
  • PUID = 1000
  • PGID = 1000
  • PHP = true | false
  • SENDMAIL = true | false (if true : a hostname is required)
  • CRON = true | false
  • PRE_START = true | false
  • POST_START = true | false

Tag summary

Content type

Image

Digest

Size

161.2 MB

Last updated

almost 7 years ago

docker pull calfater/nginx-php