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