Sign inSign up

iblocker/convertor

By iblocker

Updated 5 months ago

CSV CONVERTOR to MySQL and xls

Image
Developer tools
Databases & storage
0

2.7K

iblocker/convertor repository overview

CSV CONVERTOR

Uploaded .csv file is converted into a MySQL database and into a .xls file

Installation

Add below lines in docker-compose.yml

 convertor:
    image: iblocker/convertor:v2.0.2
    ports:
    - "8085:443"
    container_name: convertor
    restart: always
    uts: host    
    logging:
      options: 
        max-size: "100m"

Open in browser http://localhost:8085 and login with iblocker/Test#1234

Note: v2.0.2 is for arm architecture

Tag summary

Content type

Image

Digest

sha256:d22ef2276

Size

190.1 MB

Last updated

5 months ago

docker pull iblocker/convertor:v2.0.2