I am running docker container using this command:
docker run -e "LicensePublicKey=public_key" -e "LicensePrivateKey=private_key" --expose 8081 -p 8081:5000 aspose/cells-cloud:linux.23.1.0
On running it, I get a message that container is up. but when i try to hit -> http://localhost:8081/swagger/
it gives me below error:
{“error”:{“code”:“errorItemNotFound”,“message”:“NotFound”,“description”:“Operation Failed. Item Not Found.”,“innerError”:{“requestId”:null,“date”:“2023-01-27T07:20:15.8794649Z”}}}