File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 
vertx-pg-client/docker/postgres Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ Modify the content in the `docker compose.yml`
88
99### Run the containers  
1010
11- ``` 
12- >  docker compose up --build -V
11+ ``` shell 
12+ docker compose up --build -V
1313``` 
1414
1515### Run tests  
1616
17- ``` 
18- >  mvn test -Dconnection.uri=postgres://postgres:postgres@localhost:5432/postgres -Dtls.connection.uri=postgres://postgres:postgres@localhost:5433/postgres -Dunix.socket.directory=/var/run/postgresql -Dunix.socket.port=5432
17+ ``` shell 
18+ mvn test  -Dconnection.uri=postgres://postgres:postgres@localhost:5432/postgres -Dtls.connection.uri=postgres://postgres:postgres@localhost:5433/postgres -Dunix.socket.directory=/var/run/postgresql -Dunix.socket.port=5432
1919``` 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments