File tree Expand file tree Collapse file tree 3 files changed +1121
-204
lines changed Expand file tree Collapse file tree 3 files changed +1121
-204
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DIR_SOURCE=./www
11
11
# Mysql
12
12
MYSQL_ROOT_PASSWORD = 123456
13
13
MYSQL_ROOT_HOST = %
14
- MYSQL8_VERSION = 8.2
14
+ MYSQL8_VERSION = 8.3
15
15
MYSQL8_HOST_PORT = 3306
16
16
MYSQL5_VERSION = 5.7
17
17
MYSQL5_HOST_PORT = 3307
@@ -22,7 +22,7 @@ PHPMYADMIN_HOST_PORT=8081
22
22
PHPMYADMIN_PMA_HOSTS = mysql5,mysql8
23
23
24
24
# Redis
25
- REDIS_VERSION = 5.0
25
+ REDIS_VERSION = 7.2
26
26
REDIS_HOST_PORT = 6379
27
27
28
28
# phpRedisAdmin
Original file line number Diff line number Diff line change 24
24
目前支持开箱即用的服务有:
25
25
26
26
1 . Mysql5.7(使用官方镜像)
27
- 2 . Mysql8.2 (使用官方镜像)
27
+ 2 . Mysql8.3 (使用官方镜像)
28
28
3 . phpMyAdmin(使用官方镜像)
29
- 4 . Redis (使用官方镜像)
29
+ 4 . Redis7.2 (使用官方镜像)
30
30
5 . phpRedisAdmin(使用官方镜像)
31
31
6 . Memcached(使用官方镜像)
32
32
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 ) )
You can’t perform that action at this time.
0 commit comments