Open your web browser and navigate to:
http://localhost:3000
You should see the SilverBullet interface. You are now running v1.1.4. download silverbullet 1.1.4
If you are deploying SilverBullet in a team environment or on a production server, you don’t want automatic updates. Downloading and pinning version 1.1.4 ensures your environment remains consistent until you manually test and approve a newer release. Open your web browser and navigate to: http://localhost:3000
Open your terminal (Command Prompt or PowerShell on Windows). We need to pull the image from the GitHub Container Registry. If you are deploying SilverBullet in a team
Run the following command:
docker pull ghcr.io/silverbulletmd/silverbullet:1.1.4
Note: If you are on a system like a Raspberry Pi (ARM architecture), Docker will automatically pull the correct variant for your architecture.