疯狂的狮子li
2021-11-01 a8ab3ffd01fe5d3c3dd83c31bfef6218a8217755
update 升级 docker 基础镜像
已修改1个文件
9 ■■■■■ 文件已修改
script/docker/docker-compose.yml 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
script/docker/docker-compose.yml
@@ -2,7 +2,7 @@
services:
  mysql:
    image: mysql:8.0.24
    image: mysql:8.0.27
    container_name: mysql
    environment:
      # 时区上海
@@ -32,8 +32,7 @@
        ipv4_address: 172.30.0.36
  nginx-web:
    # 如果需要指定版本 就把 latest 换成版本号
    image: nginx:latest
    image: nginx:1.21.3
    container_name: nginx-web
    environment:
      # 时区上海
@@ -56,7 +55,7 @@
      - ruoyi_net
  redis:
    image: redis:6.2.1
    image: redis:6.2.6
    container_name: redis
    ports:
      - 6379:6379
@@ -76,7 +75,7 @@
        ipv4_address: 172.30.0.48
  minio:
    image: minio/minio:RELEASE.2021-07-08T01-15-01Z
    image: minio/minio:RELEASE.2021-10-27T16-29-42Z
    container_name: minio
    ports:
      # api 端口