summaryrefslogtreecommitdiffstats
path: root/docker/docker-compose.yml
AgeCommit message (Collapse)AuthorFilesLines
2019-04-20docker: Fix PHP mysql authentication issueFlorian Pritz1-0/+1
Fixes #28 SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client Signed-off-by: Florian Pritz <bluewind@xinu.at>
2018-08-29Use msmtp to send mail in docker containerSebastian Rakel1-0/+4
To send mails in the docker container we need to configure php to use a smtp client and provide smtp credentials to the docker container
2016-10-31Move Dockercontainer base from ubuntu:14.04 to alpine:edgeSebastian Rakel1-1/+1
2016-07-10Add docker-compose fileFlorian Pritz1-0/+25
Signed-off-by: Florian Pritz <bluewind@xinu.at>