Let's just remove the volume
This commit is contained in:
		
							parent
							
								
									e39ce31221
								
							
						
					
					
						commit
						df6bd3f415
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -173,9 +173,6 @@
 | 
			
		|||
    mssql = {
 | 
			
		||||
      image = "mcr.microsoft.com/mssql/server:2022-latest";
 | 
			
		||||
      ports = ["127.0.0.1:1433:1433"];
 | 
			
		||||
      volumes = [
 | 
			
		||||
        "/var/lib/mssql"
 | 
			
		||||
      ];
 | 
			
		||||
      environment = {
 | 
			
		||||
        "ACCEPT_EULA" = "y";
 | 
			
		||||
        "MSSQL_SA_PASSWORD" = "password";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue