Skip to content

Commit a16c580

Browse files
committed
tag v18.06.05-rc1
1 parent 064c780 commit a16c580

File tree

11 files changed

+15
-11
lines changed

11 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

README.cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

7474
development
7575

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

7272
development
7373

docker-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"]

docker-compose.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docker-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/SUMMARY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,7 @@
7878
## 测试
7979

8080
* [ab command](ab.md)
81+
82+
## TOOL
83+
84+
* [Git GPG](gpg.md)

docs/gpg.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

wsl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)