Skip to content

A Docker Stack to run a web server with NGINX, PHP 7.2 and MySQL 5.7

License

Notifications You must be signed in to change notification settings

abataille/docker-stack-web-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Stack - NGINX, PHP 7.2 und MySQL 5.7

Mit diesem Repository kann ein Docker Stack mit NGINX, PHP 7.2 und MySQL 5.7 installiert werden.

Installation:

  1. PHP-Image mit den Erweiterungen mysqli und PDO erstellen:
    docker build -t php7.2-mysql ./service-php
  2. Stack erstellen:
    docker stack deploy -c docker-compose.yml example

About

A Docker Stack to run a web server with NGINX, PHP 7.2 and MySQL 5.7

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%