This commit is contained in:
2022-06-15 15:44:26 +08:00
parent bc6d199f17
commit bfd437da7e

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