docs
docs copied to clipboard
Data are not storing into S3 bucket mounted directory
I have tried to install report portal application using docker-compose.yml version 23.1.1 file using the command docker-compose -p reportportal up -d --force-recreate
Created S3 bucket mounted directory in linux server /test-data I want to store the data into that mounted directory.So tried changing the volumes like below /test-data: /var/lib/postgresql/data in postgres service /test-data: /usr/share/elasticsearch/data in elasticsearch service /test-data: /data in minio But couldn't able to pointing to /test-data mounting path. Please provide me any solution on this.
Normally when i create the data are stored in the current directory data/storage path. But i wanted to change in S3 mounted path /test-data