commit 301693ca3ade536ea22575543196db4a1d40bf6c parent ee9967c1d9fa171e0bae5b0e0713a040e91c3532 Author: Xiaodong Xu <[email protected]> Date: Thu May 17 14:27:18 +0800 Add README Diffstat:
README.md | | | 8 | ++++++++ |
mantisbt/docker-compose.yml | | | 2 | -- |
diff --git a/README.md b/README.md @@ -0,0 +1,8 @@ +LNMP +---- + ++ CentOS 7.4.1708 ++ NGINX 1.12.1 <https://hub.docker.com/_/nginx/> (可升级到稳定版 1.14.0) ++ MySQL 5.7.19 <https://hub.docker.com/_/mysql/> (可升级到稳定版 5.7.22) ++ PHP 7.1.9 <https://hub.docker.com/_/php/> (可升级到稳定版 7.1.17) ++ Redis 3.2.5 <https://hub.docker.com/_/redis/> (可升级到稳定版 3.2.11) diff --git a/mantisbt/docker-compose.yml b/mantisbt/docker-compose.yml @@ -8,8 +8,6 @@ services: - mysql ports: - "9090:80" - volumes: - - /var/local/mantis:/var/www/html mysql: image: mysql:5.7