mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 00:03:51 +08:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			fdfca0b33a
			...
			cf871d9387
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					cf871d9387 | ||
| 
						 | 
					90fb26fbf1 | 
@@ -1,6 +1,6 @@
 | 
				
			|||||||
services:
 | 
					services:
 | 
				
			||||||
  mysql:
 | 
					  mysql:
 | 
				
			||||||
    image: mysql:8.0.33
 | 
					    image: mysql:8.0.42
 | 
				
			||||||
    container_name: mysql
 | 
					    container_name: mysql
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      # 时区上海
 | 
					      # 时区上海
 | 
				
			||||||
@@ -48,7 +48,7 @@ services:
 | 
				
			|||||||
    network_mode: "host"
 | 
					    network_mode: "host"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  redis:
 | 
					  redis:
 | 
				
			||||||
    image: redis:6.2.12
 | 
					    image: redis:7.2.8
 | 
				
			||||||
    container_name: redis
 | 
					    container_name: redis
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
      - "6379:6379"
 | 
					      - "6379:6379"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user