irods / irods_client_s3_api

C++ S3 API for iRODS
BSD 3-Clause "New" or "Revised" License
0 stars 5 forks source link

change dockerfile (and readme) to look for /config.json #86

Closed trel closed 9 months ago

trel commented 9 months ago

Currently...

docker run -d --name irods_s3_api -v /path/to/your/config.json:/irods_client_s3_api_config.json:ro -p 8080:8080 local/irods_s3_api

Would like this to be instead:

docker run -d --name irods_s3_api -v /path/to/your/config.json:/config.json:ro -p 8080:8080 local/irods_s3_api

This will match / be similar to this project's sister project iRODS HTTP API: https://github.com/irods/irods_client_http_api