benzino77 / clamav-rest-api

ClamAV REST API. Scan files using simple POST request.
MIT License
105 stars 38 forks source link

Typo on the readme #6

Closed SaimonL closed 3 years ago

SaimonL commented 3 years ago

The following is missing a "\" after "FILES"

docker run -d -p 8080:8080 \
-e NODE_ENV=production \
-e APP_PORT=8080 \
-e APP_FORM_KEY=FILES
-e CLAMD_IP=192.168.10.10 \
benzino77/clamav-rest-api
benzino77 commented 3 years ago

Thanks!