Fix docker-compose montaje de directorio.
This commit is contained in:
		| @@ -9,6 +9,11 @@ services: | ||||
|     environment: | ||||
|       # Le decimos a ASP.NET Core que escuche en el puerto 8080 en todas las interfaces de red | ||||
|       - ASPNETCORE_URLS=http://+:8080 | ||||
|     volumes: | ||||
|       # Mapea la carpeta del host (que será gestionada por autofs)  | ||||
|       # a una carpeta '/data' dentro de este contenedor. | ||||
|       # La aplicación .NET ahora solo necesita escribir en '/data/titulares.csv'. | ||||
|       - /mnt/titulares_csv_remoto:/data | ||||
|     networks: | ||||
|       - app-net | ||||
|       - shared-net # Conectamos a la red externa para la DB | ||||
|   | ||||
| @@ -2,9 +2,9 @@ | ||||
| <html lang="en"> | ||||
|   <head> | ||||
|     <meta charset="UTF-8" /> | ||||
|     <link rel="icon" type="image/svg+xml" href="/vite.svg" /> | ||||
|     <link rel="icon" type="image/svg+xml" href="/elDia.ico" /> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||||
|     <title>frontend</title> | ||||
|     <title>Titulares APP</title> | ||||
|   </head> | ||||
|   <body> | ||||
|     <div id="root"></div> | ||||
|   | ||||
							
								
								
									
										
											BIN
										
									
								
								frontend/public/elDia.ico
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								frontend/public/elDia.ico
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 66 KiB | 
		Reference in New Issue
	
	Block a user