5 Star 38 Fork 10

khs1994-docker / lnmp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.env.example.ps1 605 Bytes
一键复制 编辑 原始数据 按行查看 历史
khs1994 提交于 2023-05-10 23:50 . [PHP] Update to v8.2.3 v8.1.12 v8.0.26
# You can overwrite this file in .env.ps1
$CI_HOST="ci.khs1994.com:1218"
# wsl name
# $ wslconfig /l
# $ wsl -l
$DistributionName="Ubuntu-22.04"
$LNMP_PHP_IMAGE="khs1994/php:8.2.3-composer-alpine"
$NGINX_PATH="C:/nginx"
$PHP_PATH="C:/php"
# used by $ lnmp-wnamp start common
$COMMON_SOFT="nginx","php","mysql","wsl-redis"
$LNMP_NODE_IMAGE="node:alpine"
# $LNMP_NODE_IMAGE="khs1994/node:git"
# $LNMP_CACHE=
# 挂载物理硬盘到 WSL2
# $ wmic diskdrive list brief
# $MountPhysicalDiskDeviceID2WSL2="\\.\PHYSICALDRIVE0"
# $MountPhysicalDiskPartitions2WSL2="3"
# $MountPhysicalDiskType2WSL2="ext4"
Docker
1
https://gitee.com/khs1994-docker/lnmp.git
git@gitee.com:khs1994-docker/lnmp.git
khs1994-docker
lnmp
lnmp
master

搜索帮助