From bfd437da7ec2dafb3e3aec8faa07cac6cd7b806e Mon Sep 17 00:00:00 2001 From: fghwett <1058178245@qq.com> Date: Wed, 15 Jun 2022 15:44:26 +0800 Subject: [PATCH] add lnmp --- Test/lnmp/docker-compose.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Test/lnmp/docker-compose.yml diff --git a/Test/lnmp/docker-compose.yml b/Test/lnmp/docker-compose.yml new file mode 100644 index 0000000..466e911 --- /dev/null +++ b/Test/lnmp/docker-compose.yml @@ -0,0 +1,17 @@ +# https://hub.docker.com/r/2233466866/lnmp +# 未测试 + +version: '3.3' +services: + lnmp: + container_name: lnmp + ports: + - 82:80 + - 444:443 + - 3308:3306 + - 9000:9000 + volumes: + - ../../_tmp/lnmp/www:/www + - ../../_tmp/lnmp/mysql:/data/mysql + restart: unless-stopped + image: 2233466866/lnmp \ No newline at end of file