Skip to content

Docker Setup for a Web Developer (Apache, PHP, Memcache, Xdebug) (Ubuntu 16.10 with Apache2 (2.4.18) and PHP (7.0.8))

License

Notifications You must be signed in to change notification settings

n0v3xx/docker-compose-ubuntu-apache-php7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-compose-ubuntu-apache-php7

Run 2 docker container with:

  • Ubuntu 16.10
  • Apache2 (2.4.18)
  • PHP 7 (7.0.8)
  • XDebug (2.4.0)
  • Memcache (Hostname: memcached, Port: 11211)

Base Container: https://github.com/n0v3xx/docker-ubuntu-apache-php7

Start container (without modification):

sudo docker-compose up -d

Start container with user rights and co (only working on linux systems):

./docker/setup/docker-setup.sh

Open in browser to see phpinfo():

http://localhost:8880/info.php

About

Docker Setup for a Web Developer (Apache, PHP, Memcache, Xdebug) (Ubuntu 16.10 with Apache2 (2.4.18) and PHP (7.0.8))

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages