File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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.0
14
+ MYSQL8_VERSION = 8.2
15
15
MYSQL8_HOST_PORT = 3306
16
16
MYSQL5_VERSION = 5.7
17
17
MYSQL5_HOST_PORT = 3307
Original file line number Diff line number Diff line change 24
24
目前支持开箱即用的服务有:
25
25
26
26
1 . Mysql5.7(使用官方镜像)
27
- 2 . Mysql8.0 (使用官方镜像)
27
+ 2 . Mysql8.2 (使用官方镜像)
28
28
3 . phpMyAdmin(使用官方镜像)
29
29
4 . Redis(使用官方镜像)
30
30
5 . phpRedisAdmin(使用官方镜像)
63
63
│ ├── elasticsearch Elasticsearch 持久化数据
64
64
│ ├── mongodb MongoDB 持久化数据
65
65
│ ├── mysql5 Mysql5.7 持久化数据
66
- │ ├── mysql8 Mysql8.0 持久化数据
66
+ │ ├── mysql8 Mysql8.2 持久化数据
67
67
│ ├── rabbitmq Rabbitmq 持久化数据
68
68
│ └── redis Redis 持久化数据
69
69
├── logs
70
70
│ ├── mongodb MongoDB 日志
71
71
│ ├── mysql
72
72
│ │ ├── 5 Mysql5.7 日志
73
- │ │ └── 8 Mysql8.0 日志
73
+ │ │ └── 8 Mysql8.2 日志
74
74
│ ├── nginx Nginx 日志
75
75
│ ├── php
76
76
│ │ ├── 73
95
95
├── services
96
96
│ ├── elasticsearch Elasticsearch 配置目录
97
97
│ ├── mongodb MongoDB 配置目录
98
- │ ├── mysql Mysql5.7/Mysql8.0 配置目录
98
+ │ ├── mysql Mysql5.7/Mysql8.2 配置目录
99
99
│ ├── nginx Nginx 配置目录
100
100
│ │ ├── conf.d Nginx Vhost 配置目录
101
101
│ │ └── ssl Nginx 证书目录
You can’t perform that action at this time.
0 commit comments