CSV CONVERTOR to MySQL and xls
2.7K
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

Content type
Image
Digest
sha256:d22ef2276…
Size
190.1 MB
Last updated
5 months ago
docker pull iblocker/convertor:v2.0.2