Sign inSign up

longwuyuan/alpine_nginx_phpfpm_supervisor

By longwuyuan

•Updated about 9 years ago

alpine linux with nginx, phpfpm & supervisor

Image
0

244

longwuyuan/alpine_nginx_phpfpm_supervisor repository overview

  • PHP-FPM is not exposed outside the container and is listening at 127.0.0.1:9000
  • Alpine latest, Nginx latest stable, PHP7. Look at Dockerfile for details

⁠To use the image, you need to put your code under the path /code/public inside the image

  • Dockerfile example
From longwuyuan/alpine_nginx_phpfpm_supervisor

COPY <path_to_your_php+html+css_code>/ /code/public

EXPOSE 80

CMD /usr/bin/supervisord

Tag summary

Content type

Image

Digest

Size

43.9 MB

Last updated

about 9 years ago

docker pull longwuyuan/alpine_nginx_phpfpm_supervisor