File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DIR_SOURCE=./www
1111# Mysql
1212MYSQL_ROOT_PASSWORD = 123456
1313MYSQL_ROOT_HOST = %
14- MYSQL8_VERSION = 8.2
14+ MYSQL8_VERSION = 8.3
1515MYSQL8_HOST_PORT = 3306
1616MYSQL5_VERSION = 5.7
1717MYSQL5_HOST_PORT = 3307
@@ -22,7 +22,7 @@ PHPMYADMIN_HOST_PORT=8081
2222PHPMYADMIN_PMA_HOSTS = mysql5,mysql8
2323
2424# Redis
25- REDIS_VERSION = 5.0
25+ REDIS_VERSION = 7.2
2626REDIS_HOST_PORT = 6379
2727
2828# phpRedisAdmin
Original file line number Diff line number Diff line change 2424目前支持开箱即用的服务有:
2525
26261 . Mysql5.7(使用官方镜像)
27- 2 . Mysql8.2 (使用官方镜像)
27+ 2 . Mysql8.3 (使用官方镜像)
28283 . phpMyAdmin(使用官方镜像)
29- 4 . Redis (使用官方镜像)
29+ 4 . Redis7.2 (使用官方镜像)
30305 . phpRedisAdmin(使用官方镜像)
31316 . Memcached(使用官方镜像)
32327 . 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