File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ snippet as your `docker-compose.yaml`, save it locally and in the same folder ru
8989
9090##### Version 2  
9191``` yaml 
92- #  To execute this docker-compose yml file use docker-compose -f <file_name> up
93- #  Add the "-d"  flag at the end for deattached  execution
92+ #  To execute this docker-compose yml file use ` docker-compose -f <file_name> up` 
93+ #  Add the `-d`  flag at the end for detached  execution
9494version : ' 2' 
9595services :
9696  firefox :
@@ -119,8 +119,8 @@ services:
119119
120120##### Version 3 
121121` ` ` yaml 
122- #  To execute this docker-compose yml file use docker-compose -f <file_name> up
123- #  Add the "-d"  flag at the end for deattached  execution
122+ #  To execute this docker-compose yml file use ` docker-compose -f <file_name> up` 
123+ #  Add the `-d`  flag at the end for detached  execution
124124version : " 3" 
125125services :
126126  selenium-hub :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments