Skip to content

Commit 109041f

Browse files
committed
feat: 升级 mysql 和 redis 版本
1 parent dd95cfc commit 109041f

File tree

3 files changed

+1121
-204
lines changed

3 files changed

+1121
-204
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DIR_SOURCE=./www
1111
# Mysql
1212
MYSQL_ROOT_PASSWORD=123456
1313
MYSQL_ROOT_HOST=%
14-
MYSQL8_VERSION=8.2
14+
MYSQL8_VERSION=8.3
1515
MYSQL8_HOST_PORT=3306
1616
MYSQL5_VERSION=5.7
1717
MYSQL5_HOST_PORT=3307
@@ -22,7 +22,7 @@ PHPMYADMIN_HOST_PORT=8081
2222
PHPMYADMIN_PMA_HOSTS=mysql5,mysql8
2323

2424
# Redis
25-
REDIS_VERSION=5.0
25+
REDIS_VERSION=7.2
2626
REDIS_HOST_PORT=6379
2727

2828
# phpRedisAdmin

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
目前支持开箱即用的服务有:
2525

2626
1. Mysql5.7(使用官方镜像)
27-
2. Mysql8.2(使用官方镜像)
27+
2. Mysql8.3(使用官方镜像)
2828
3. phpMyAdmin(使用官方镜像)
29-
4. Redis(使用官方镜像)
29+
4. Redis7.2(使用官方镜像)
3030
5. phpRedisAdmin(使用官方镜像)
3131
6. Memcached(使用官方镜像)
3232
7. PHP8.3/PHP8.2/PHP8.1/PHP8.0/PHP7.4/PHP7.3(使用基于官方的集成镜像 [suyar/php:x.x-integration](https://github.com/suyar/docker-php#%E9%9B%86%E6%88%90%E9%95%9C%E5%83%8F)

0 commit comments

Comments
 (0)