Skip to content

LPETERS006/highcharts-export-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

highcharts-export-npm (highcharts-export-yarn :-)

latest = v2.0.28

docker-compose:

  version: "3.7"    
  services:         
    portainer:
      container_name: hc_export
      image: 'lpeters999/highcharts-export-npm:latest'
      restart: always
      ports:
        - "51180:8080"
      volumes:
        - hc_export:/usr/share/export/
  volumes:
    hc_export:
      driver: local

Releases

No releases published

Packages

No packages published