mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	update docker mysql 8.0.27 => 8.0.29
update docker nginx 1.21.3 => 1.21.6 update docker redis 6.2.6 => 6.2.7 update docker minio 2021-10-27 => 2022-05-26
This commit is contained in:
		@@ -2,7 +2,7 @@ version: '3'
 | 
			
		||||
 | 
			
		||||
services:
 | 
			
		||||
  mysql:
 | 
			
		||||
    image: mysql:8.0.27
 | 
			
		||||
    image: mysql:8.0.29
 | 
			
		||||
    container_name: mysql
 | 
			
		||||
    environment:
 | 
			
		||||
      # 时区上海
 | 
			
		||||
@@ -32,7 +32,7 @@ services:
 | 
			
		||||
        ipv4_address: 172.30.0.36
 | 
			
		||||
 | 
			
		||||
  nginx-web:
 | 
			
		||||
    image: nginx:1.21.3
 | 
			
		||||
    image: nginx:1.21.6
 | 
			
		||||
    container_name: nginx-web
 | 
			
		||||
    environment:
 | 
			
		||||
      # 时区上海
 | 
			
		||||
@@ -55,7 +55,7 @@ services:
 | 
			
		||||
      - ruoyi_net
 | 
			
		||||
 | 
			
		||||
  redis:
 | 
			
		||||
    image: redis:6.2.6
 | 
			
		||||
    image: redis:6.2.7
 | 
			
		||||
    container_name: redis
 | 
			
		||||
    ports:
 | 
			
		||||
      - "6379:6379"
 | 
			
		||||
@@ -75,7 +75,7 @@ services:
 | 
			
		||||
        ipv4_address: 172.30.0.48
 | 
			
		||||
 | 
			
		||||
  minio:
 | 
			
		||||
    image: minio/minio:RELEASE.2021-10-27T16-29-42Z
 | 
			
		||||
    image: minio/minio:RELEASE.2022-05-26T05-48-41Z
 | 
			
		||||
    container_name: minio
 | 
			
		||||
    ports:
 | 
			
		||||
      # api 端口
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user