变更目录结构

This commit is contained in:
2022-07-04 14:24:53 +08:00
parent 3b35287d13
commit bf482c193f
11 changed files with 420 additions and 0 deletions

View File

@@ -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