We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Having pull the latest docker file and running
version: '2' services: klov: image: anshooarora/klov:1.0.1 container_name: klov environment: - SPRING_DATA_MONGODB_URI=mongodb://{host}:{port} ports: - 80:80
I am not able to navigate to http://klov-host/admin as it shows a 404 error . Also I am able to delete the project without login in .
Its stated in the release notes since version 1.1.7 this feature is available? Can @anshooarora / team please confirm this ?
Thanks
The text was updated successfully, but these errors were encountered:
@sujitsrinivasan did you get solution for it?
Sorry, something went wrong.
@ashith18 not yet, I have just downgraded by version, Let me know if you have break through
No branches or pull requests
Hi Having pull the latest docker file and running
version: '2'
services:
klov:
image: anshooarora/klov:1.0.1
container_name: klov
environment:
- SPRING_DATA_MONGODB_URI=mongodb://{host}:{port}
ports:
- 80:80
I am not able to navigate to http://klov-host/admin as it shows a 404 error . Also I am able to delete the project without login in .
Its stated in the release notes since version 1.1.7 this feature is available? Can @anshooarora / team
please confirm this ?
Thanks
The text was updated successfully, but these errors were encountered: