Skip to content

Nginx, PHP FPM, MariaDB and Memcache with Docker Compose based on Flatten Baseimage

Notifications You must be signed in to change notification settings

pkriko/docker-compose-baseimage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nginx, PHP FPM, MariaDB and Memcache with Docker Compose based on Baseimage Flatten

Requirements

Install Docker and Compose

Start

docker-compose up -d

Builds, (re)creates, starts, and attaches to containers based on docker-compose.yml.

To see it work:

PHP files are in /data/php

Static files are in /data/nginx

Logs

docker-compose logs

Displays log output from containers

You can find extra log in /log

Stop

docker-compose stop

Stops running containers without removing them.

They can be started again with docker-compose start.

Delete

docker-compose rm

Removes stopped service containers


Inspired by:

About

Nginx, PHP FPM, MariaDB and Memcache with Docker Compose based on Flatten Baseimage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 98.7%
  • PHP 1.3%