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
Silverbullet
SilverBullet is a note-taking application optimized for people with a hacker mindset.
https://silverbullet.md/
https://github.com/silverbulletmd/silverbullet
https://avatars.githubusercontent.com/u/108344757?s=48&v=4
sudo docker run -it -p 3000:3000 -v /path/to/my/notes:/space zefhemel/silverbullet
The text was updated successfully, but these errors were encountered:
services: silverbullet: image: zefhemel/silverbullet restart: unless-stopped environment: - SB_USER=admin:admin volumes: - ./space:/space ports: - 3000:3000 watchtower: image: containrrr/watchtower volumes: - /var/run/docker.sock:/var/run/docker.sock
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Application Name
Silverbullet
Describe the application
SilverBullet is a note-taking application optimized for people with a hacker mindset.
URL to the application
https://silverbullet.md/
Source code
https://github.com/silverbulletmd/silverbullet
Application Icon
https://avatars.githubusercontent.com/u/108344757?s=48&v=4
Link to Docker compose
sudo docker run -it -p 3000:3000 -v /path/to/my/notes:/space zefhemel/silverbullet
Maintainer
The text was updated successfully, but these errors were encountered: