File tree Expand file tree Collapse file tree 11 files changed +15
-11
lines changed
Expand file tree Collapse file tree 11 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 44
55### Compare
66
7- * https://github.com/khs1994-docker/lnmp/compare/v18 .06.05 ...v18.06.04
7+ * https://github.com/khs1994-docker/lnmp/compare/18 .06...v18.06.04
88
99### Bug fixes:
1010
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ $ ./lnmp-docker up
6969
7070$ curl 127.0.0.1
7171
72- Welcome use khs1994-docker/lnmp v18.06.04 x86_64 With Pull Docker Image
72+ Welcome use khs1994-docker/lnmp v18.06.05 x86_64 With Pull Docker Image
7373
7474development
7575
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ $ ./lnmp-docker up
6767
6868$ curl 127.0.0.1
6969
70- Welcome use khs1994-docker/lnmp v18.06.04 x86_64 With Pull Docker Image
70+ Welcome use khs1994-docker/lnmp v18.06.05 x86_64 With Pull Docker Image
7171
7272development
7373
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ services:
203203 - composer_cache-data:/tmp/cache
204204 - ./dockerfile/php-fpm/docker-php-entrypoint:/usr/local/bin/docker-php-entrypoint
205205 environment :
206- - LNMP_DOCKER_VERSION=${LNMP_DOCKER_VERSION:-v18.06.04 } ${ARM_ARCH:-arm64v8} With Pull Docker Image
206+ - LNMP_DOCKER_VERSION=${LNMP_DOCKER_VERSION:-v18.06.05 } ${ARM_ARCH:-arm64v8} With Pull Docker Image
207207 - APP_ENV=development
208208 - XDEBUG_REMOTE_HOST=${XDEBUG_REMOTE_HOST:-192.168.199.100}
209209 command : ["php-fpm","-R"]
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ services:
6767 cache_from :
6868 - khs1994/php:fpm-alpine
6969 environment :
70- - LNMP_DOCKER_VERSION=${LNMP_DOCKER_VERSION:-v18.06.04 } x86_64 With Build Docker Image
70+ - LNMP_DOCKER_VERSION=${LNMP_DOCKER_VERSION:-v18.06.05 } x86_64 With Build Docker Image
7171
7272 rabbitmq :
7373 << : *default-labels
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ services:
169169 - " 9000"
170170 command : php-fpm -R -F
171171 environment :
172- - LNMP_DOCKER_VERSION=${LNMP_DOCKER_VERSION:-v18.06.04 } x86_64 With Pull Docker Image
172+ - LNMP_DOCKER_VERSION=${LNMP_DOCKER_VERSION:-v18.06.05 } x86_64 With Pull Docker Image
173173 - APP_ENV=development
174174 - XDEBUG_REMOTE_HOST=${XDEBUG_REMOTE_HOST:-192.168.199.100}
175175
Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ services:
387387 - backend
388388 environment :
389389 - APP_ENV=production
390- - LNMP_DOCKER_VERSION=v18.06.04 x86_64 Docker Swarm
390+ - LNMP_DOCKER_VERSION=v18.06.05 x86_64 Docker Swarm
391391 # logging: *default-logging
392392 deploy :
393393 << : *default-deploy
Original file line number Diff line number Diff line change 7878## 测试
7979
8080* [ ab command] ( ab.md )
81+
82+ ## TOOL
83+
84+ * [ Git GPG] ( gpg.md )
Original file line number Diff line number Diff line change @@ -62,14 +62,14 @@ $ gpg --import filename
6262
6363* https://help.github.com/articles/telling-git-about-your-signing-key/#telling-git-about-your-x509-key
6464
65- 2.19 +
65+ git 2.19 +
6666
6767``` bash
6868$ git config --global gpg.x509.program smimesign
6969$ git config --global gpg.format x509
7070```
7171
72- 2.18 -
72+ git 2.18 -
7373
7474``` bash
7575$ git config --global gpg.program smimesign
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export APP_ENV=wsl
4646
4747## 脚本安装软件
4848
49- 如果你不想编译安装,那么我写了一个脚本 (** 脚本** 从 Docker 复制编译好的软件 [ PHP 最新版] 到 WSL ,或设置 apt 从软件源 [ 或本人打包的 deb 包] 安装)。
49+ 如果你不想编译安装,那么可以使用脚本 (** 脚本** 从 Docker 复制编译好的软件 [ PHP 最新版] 到 WSL ,或设置 apt 从软件源 [ 或笔者打包的 deb 包] 安装)。
5050
5151* https://store.docker.com/community/images/khs1994/wsl/tags
5252
You can’t perform that action at this time.
0 commit comments