update with nuxt4 for docker-web
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Deploy App / deploy (push) Successful in 4m5s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Deploy App / deploy (push) Successful in 4m5s
				
			This commit is contained in:
		
							
								
								
									
										20
									
								
								app/components/disclaimer.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								app/components/disclaimer.vue
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | ||||
| <template> | ||||
|   <section class="container mx-auto max-w-4xl"> | ||||
|     <p class="text-2xl md:text-center my-20"> | ||||
|       In extending <b>docker-compose</b> functionalities, docker-web let you control | ||||
|       <b>multiple</b> docker-compose.yml <b>configurations</b>. | ||||
|     </p> | ||||
|     <div class="my-20"> | ||||
|       <h2 class="title"> | ||||
|         Features | ||||
|       </h2> | ||||
|       <ul class="text-xl md:text-2xl p-6 [&>li]:leading-10 [&>li]:md:pb-6"> | ||||
|         <li>🔒 ssl certification</li> | ||||
|         <li>🌐 sub-domain & multi-domain directly in docker-compose file</li> | ||||
|         <li>📦 backup / restore volumes</li> | ||||
|         <li>📝 pre & post install script</li> | ||||
|         <li>🤖 pre-configure apps user account</li> | ||||
|       </ul> | ||||
|     </div> | ||||
|   </section> | ||||
| </template> | ||||
		Reference in New Issue
	
	Block a user