mytinytodo/docker/dev
2022-01-13 00:20:47 +03:00
..
_mariadb105 add docker containers with mysql server and PHP 8.0 and 8.1 2022-01-11 22:24:32 +03:00
mtt-php70-apache simplify sqlite settings for docker tests 2022-01-13 00:20:47 +03:00
mtt-php72-apache simplify sqlite settings for docker tests 2022-01-13 00:20:47 +03:00
mtt-php74-apache simplify sqlite settings for docker tests 2022-01-13 00:20:47 +03:00
mtt-php80-apache simplify sqlite settings for docker tests 2022-01-13 00:20:47 +03:00
mtt-php80-apache-mariadb105 simplify mysql settings for docker tests 2022-01-13 00:08:26 +03:00
mtt-php81-apache simplify sqlite settings for docker tests 2022-01-13 00:20:47 +03:00
mtt-php81-apache-mariadb105 simplify mysql settings for docker tests 2022-01-13 00:08:26 +03:00
.gitignore add docker containers with mysql server and PHP 8.0 and 8.1 2022-01-11 22:24:32 +03:00
readme.md Add dev docker containers based on PHP 7.0, 7.2, 7.4, 8.0 2021-07-13 12:54:13 +03:00

Docker containers for development and testing purposes. Not recommended for production usage!

To run docker container:

cd mtt-php74-apache
docker-compose build --pull
docker-compose up