Commit Graph

7 Commits

Author SHA1 Message Date
Arif Waram f18eb9728b add an official redis stable config file (#1911)
for more convenience start with default settings.
ref. from http://download.redis.io/redis-stable/redis.conf
2019-03-01 15:48:23 +08:00
Shao Yu Lung 349be8b30e MAINTAINER is deprecated 2018-03-16 21:09:15 +08:00
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
Mahmoud Zalt a8b4b61e28 update the volumes mounting of the DB containers 2016-06-03 01:50:11 +03:00
Bo-Yi Wu 99b54c5f7d remove unnecessary data volume of redis.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2016-06-01 13:44:41 +08:00
Mahmoud Zalt 170b63a3ba edit redis volume 2016-05-20 09:26:29 +03:00
Mahmoud Zalt 05a83d383f Major updates.
- upgrade docker compose to v2
- build images locally instead of pulling them from the registry
- separate php container form nginx container
- support all the php versions including php 7.0
- remove beanstalked container to be optionally added later by the user
2016-05-06 17:04:02 +03:00