Skip to content

Basic docker box for web development with PHP 7.2.8, MariaDB 10.0 & NGINX 1.15.2

Notifications You must be signed in to change notification settings

awesometic/docker-compose-armhf-lemp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Docker web development environment

A few basic docker containers for little projects & tests for ARM.

Requirements

  • This repo assumes you store your projects in ~/Projects
  • Docker is installed
  • Docker Compose is installed

Services

Accessing services

We're exposing NGINX and MySQL their ports, so you can just go to http://127.0.0.1/ or http://localhost/ from your browser and connect to MySQL from your client (eg: Sequel Pro) using 127.0.0.1:3306 or localhost:3306.

To access MySQL from within your web applications you'll need to use mysql as host.

Default MySQL credentials:

  • Username: docker
  • Password: docker
  • Database: docker

Installation / run

docker-compose up

About

Basic docker box for web development with PHP 7.2.8, MariaDB 10.0 & NGINX 1.15.2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%