mirror of
				https://github.com/nsnail/NetAdmin.git
				synced 2025-11-01 03:35:28 +08:00 
			
		
		
		
	wip: 🧠 初步的框架
This commit is contained in:
		
							
								
								
									
										15
									
								
								assets/minio/docker-compose-minio.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								assets/minio/docker-compose-minio.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| version: "3" | ||||
| services: | ||||
|   net-admin-minio: | ||||
|     image: minio/minio:latest | ||||
|     command: server /data --console-address ":9001" | ||||
|     ports: | ||||
|       - "9000:9000" | ||||
|       - "9001:9001" | ||||
|     restart: always | ||||
|     container_name: net-admin-minio | ||||
|     environment: | ||||
|       TZ: Asia/Shanghai | ||||
|     volumes: | ||||
|       - /etc/localtime:/etc/localtime | ||||
|       - /etc/timezone:/etc/timezone | ||||
		Reference in New Issue
	
	Block a user