add lnmp
This commit is contained in:
17
Test/lnmp/docker-compose.yml
Normal file
17
Test/lnmp/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user