The docker environment for developing Blackbird Chess
Go to file
Tristan Bailey c31e002064 Update Redis Docker File
The dir for the conf seems to be missing from the base image, so the copy fails

Also if the server does not start with the conf as parameter it will not pick it up. Which leaves Redis wide open to attack by default:

Example try to telnet to your ip on the redis port for this container:   
telnet 192.168.1.11 6379  
echo "Hey no AUTH required!"
2017-05-04 08:22:32 +01:00
.github Added where to place the x 2017-05-01 21:01:57 -07:00
DOCUMENTATION Reverting unintended MD formatting 2017-05-01 21:00:32 +02:00
adminer Locking Adminer to stable version 2017-04-23 23:57:47 +02:00
aerospike Remove own namespace from conf file 2016-09-01 12:58:10 +01:00
apache2 Fixing apache webroot issue #849 2017-05-01 12:41:55 +02:00
beanstalkd Support Beanstalkd and Beanstalkd Console 2016-05-09 05:02:15 +03:00
beanstalkd-console Partly reverting 690137a3 2017-05-01 12:36:31 +02:00
caddy Partly reverting 690137a3 2017-05-01 12:36:31 +02:00
certbot Refactoring Maintainer Docker File 2017-03-26 14:56:55 +07:00
elasticsearch Support ElasticSearch Container. 2016-09-07 15:18:54 +08:00
haproxy Refactoring Maintainer Docker File 2017-03-26 14:56:55 +07:00
hhvm Partly reverting 690137a3 2017-05-01 12:36:31 +02:00
jenkins Added support for jenkins official container 2017-04-12 15:54:42 +00:00
logs Adding log directories to prevent errors 2017-04-09 21:58:05 +02:00
mailhog Refactoring Maintainer Docker File 2017-03-26 14:56:55 +07:00
mariadb Add a config file for mariaDB (#605) 2017-02-11 10:51:10 +08:00
memcached add memcached support 2016-05-12 02:17:39 +01:00
minio Add Minio container 2017-03-05 15:06:22 +01:00
mongo set the original volume path 2016-06-01 14:44:40 +03:00
mssql Refactoring Maintainer Docker File 2017-03-26 14:56:55 +07:00
mysql Update Dockerfile 2017-04-07 14:24:15 +12:00
neo4j replace official neo4j image with tpires/neo4j 2016-05-20 21:21:19 +03:00
nginx Partly reverting 690137a3 2017-05-01 12:36:31 +02:00
percona Added Percona container as an alternative to mysql mariadb 2017-04-18 10:19:09 +12:00
pgadmin Add pgAdmin container. 2016-09-03 21:24:36 +08:00
php-fpm Added support for MS SQL server driver for PHP 7.0 - requested changes: 2017-05-03 13:01:03 -04:00
php-worker Merge pull request #732 from cjmaxik/patch-4 2017-04-03 09:56:13 -04:00
phpmyadmin fix #267 phpmyadmin is not working on linux. 2016-08-30 13:16:18 +08:00
postgres remove the duplicated volumes from DBs dockerfiles 2016-05-09 15:53:16 +03:00
postgres-postgis Refactoring Maintainer Docker File 2017-03-26 14:56:55 +07:00
rabbitmq Refactoring Maintainer Docker File 2017-03-26 14:56:55 +07:00
redis Update Redis Docker File 2017-05-04 08:22:32 +01:00
rethinkdb add rethink-db container 2016-12-26 01:59:58 -02:00
selenium Added service container for Selenium standalone with Chrome (#519) 2017-01-01 10:22:01 -05:00
varnish Refactoring Maintainer Docker File 2017-03-26 14:56:55 +07:00
workspace Fixing V8JS 2017-05-03 23:33:52 +02:00
.editorconfig Fixing indent_size=2 from 4 2017-03-17 13:52:19 +07:00
.gitignore Merge branch 'master' into master 2017-03-17 14:54:06 +07:00
.travis.yml Merge branch 'master' of https://github.com/dtunes/laradock into dtunes-master 2017-04-22 14:41:59 -04:00
LICENSE update the readme file 2016-03-11 10:11:24 +02:00
README-zh.md Laravel 项目 2017-04-27 15:05:35 +08:00
README.md update contribution guide 2017-04-22 14:07:50 -04:00
docker-compose.yml Added support for MS SQL server driver for PHP 7.0 - requested changes: 2017-05-03 13:01:03 -04:00
env-example Added support for MS SQL server driver for PHP 7.0 - requested changes: 2017-05-03 13:01:03 -04:00
travis-build.sh use CI build config set to update PHP_VERSION in .env 2017-05-03 18:56:01 +08:00

README.md

Build Status

Use Docker first and learn about it later.

A Docker PHP development environment that facilitates running PHP Apps on Docker.

forthebadge

Documentation

Full Documentation Here

Credits

Maintainers:

License

MIT License (MIT)