mytinytodo/docker/dev
2022-07-10 18:18:19 +03:00
..
_mariadb105 add docker containers with mysql server and PHP 8.0 and 8.1 2022-01-11 22:24:32 +03:00
_mariadb108 update dev docker files; use mariadb 10.8 with php 8.1 2022-07-10 17:04:36 +03:00
_nginx add dev docker with nginx for php 7.4 and 8.1 2022-07-10 18:18:19 +03:00
mtt-php72-apache update dev docker files; use mariadb 10.8 with php 8.1 2022-07-10 17:04:36 +03:00
mtt-php72-apache-mariadb105 remove unused docker containers for php 7.0 and 7.1 2022-05-25 23:26:27 +03:00
mtt-php74-apache add dev docker with nginx for php 7.4 and 8.1 2022-07-10 18:18:19 +03:00
mtt-php74-nginx add dev docker with nginx for php 7.4 and 8.1 2022-07-10 18:18:19 +03:00
mtt-php80-apache update dev docker files; use mariadb 10.8 with php 8.1 2022-07-10 17:04:36 +03:00
mtt-php80-apache-mariadb105 update docker files to support new db config 2022-01-31 22:04:20 +03:00
mtt-php81-apache update dev docker files; use mariadb 10.8 with php 8.1 2022-07-10 17:04:36 +03:00
mtt-php81-apache-mariadb108 update dev docker files; use mariadb 10.8 with php 8.1 2022-07-10 17:04:36 +03:00
mtt-php81-nginx add dev docker with nginx for php 7.4 and 8.1 2022-07-10 18:18:19 +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