GithubHelp home page GithubHelp logo

berand / docker-nginx-php-fpm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from spaceonfire/docker-nginx-php-fpm

0.0 0.0 0.0 149 KB

Alpine-based docker image with NGINX and PHP-FPM

License: MIT License

Dockerfile 18.98% HTML 19.05% Shell 52.00% PHP 9.97%

docker-nginx-php-fpm's Introduction

spaceonfire/nginx-php-fpm

Latest Version Image Size Software License Pipeline Status

spaceonfire/nginx-php-fpm - Docker образ, основанный на Alpine Linux, с установленными Nginx и PHP-FPM.

Обзор

Данный Docker образ позволяет докеризировать любое приложение на PHP. spaceonfire/nginx-php-fpm из коробки предоставляет набор различных пресетов, покрывающих потребность запуска различных веб-приложений на PHP. Доступны настройки для простых PHP приложений, а также веб-приложений на WordPress, Laravel и 1С-Битрикс.

Если у вас есть улучшения или предложения, пожалуйста, не стесняйтесь открывать issue или pull request на странице проекта GitHub.

Версии ПО в образе

Docker Tag PHP Version
latest / latest-8.0 / 2.5.0-8.0 8.0.2
latest-7.4 / 2.5.0-7.4 7.4.15
latest-7.3 / 2.5.0-7.3 7.3.27
latest-7.2 / 2.5.0-7.2 7.2.34

Быстрый старт

Скачать образ с Docker Hub:

docker pull spaceonfire/nginx-php-fpm:latest

Запуск простого PHP приложения

Чтобы запустить ваше простое PHP приложение, не требующее особых правил роутинга, в директории с исходным кодом выполните:

docker run -d -v `pwd`:/var/www/html -p 8080:8080 spaceonfire/nginx-php-fpm:latest

После запуска контейнера вы можете открыть в браузере http://localhost:8080/.

Для более подробных примеров обратитесь к документации и гидам.

Документация

Гиды

docker-nginx-php-fpm's People

Contributors

hustlahusky avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.