docker compose uses the dockerhub image as before
This commit is contained in:
		
							parent
							
								
									18c5093968
								
							
						
					
					
						commit
						ab6a71dff1
					
				| 
						 | 
					@ -2,8 +2,8 @@ version: '3'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  wg:
 | 
					  wg:
 | 
				
			||||||
    build: .
 | 
					    #build: .
 | 
				
			||||||
    #image: ngoduykhanh/wireguard-ui:latest
 | 
					    image: ngoduykhanh/wireguard-ui:latest
 | 
				
			||||||
    container_name: wgui
 | 
					    container_name: wgui
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      - SENDGRID_API_KEY
 | 
					      - SENDGRID_API_KEY
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue