mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	update 升级 docker 基础镜像
This commit is contained in:
		@@ -2,7 +2,7 @@ version: '3'
 | 
			
		||||
 | 
			
		||||
services:
 | 
			
		||||
  mysql:
 | 
			
		||||
    image: mysql:8.0.24
 | 
			
		||||
    image: mysql:8.0.27
 | 
			
		||||
    container_name: mysql
 | 
			
		||||
    environment:
 | 
			
		||||
      # 时区上海
 | 
			
		||||
@@ -32,8 +32,7 @@ services:
 | 
			
		||||
        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 @@ services:
 | 
			
		||||
      - ruoyi_net
 | 
			
		||||
 | 
			
		||||
  redis:
 | 
			
		||||
    image: redis:6.2.1
 | 
			
		||||
    image: redis:6.2.6
 | 
			
		||||
    container_name: redis
 | 
			
		||||
    ports:
 | 
			
		||||
      - 6379:6379
 | 
			
		||||
@@ -76,7 +75,7 @@ services:
 | 
			
		||||
        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 端口
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user