nzamani / sap-cloud-connector-docker

SAP Cloud Connector in Docker
75 stars 55 forks source link

Fixes #17 externalize data storage #38

Closed marcellourbani closed 2 years ago

marcellourbani commented 2 years ago

This will make the logs and configuration survive the container destruction and recreation. Can be done without, but this should be the default behaviour in production. Also, feels silly to use 3 volumes for this, but the only alternative I can think of is using symlinks Marcello