Remove npm package log and add wg config mountpoint
This commit is contained in:
		
							parent
							
								
									e680b803b0
								
							
						
					
					
						commit
						1992af5db5
					
				|  | @ -2,8 +2,10 @@ version: '3' | ||||||
| 
 | 
 | ||||||
| services: | services: | ||||||
|   wg: |   wg: | ||||||
|     # image: ngoduykhanh/wireguard-ui:latest |     build: | ||||||
|     image: wgui |       context: . | ||||||
|  |       dockerfile: Dockerfile | ||||||
|  |     image: ngoduykhanh/wireguard-ui:latest | ||||||
|     container_name: wgui |     container_name: wgui | ||||||
|     ports: |     ports: | ||||||
|       - 5000:5000 |       - 5000:5000 | ||||||
|  | @ -11,3 +13,5 @@ services: | ||||||
|       driver: json-file |       driver: json-file | ||||||
|       options: |       options: | ||||||
|         max-size: 50m |         max-size: 50m | ||||||
|  |     volumes: | ||||||
|  |       - /etc/wireguard/wg0.conf:/etc/wireguard/wg0.conf | ||||||
|  |  | ||||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Loading…
	
		Reference in New Issue