Portainer
Deploy LinkBreeze as a Portainer stack.
Using Portainer to manage your containers? Deploy LinkBreeze as a Stack.
Deploy Steps
- Go to your environment → Stacks → Add stack
- Name it
linkbreezeand paste:
services:
linkbreeze:
image: ghcr.io/manak-hash/linkbreeze:latest
ports:
- "3000:3000"
volumes:
- linkbreeze-data:/app/data
restart: unless-stopped
volumes:
linkbreeze-data:
- Click Deploy the stack
Updating
Navigate to Stacks → linkbreeze → Editor → click Pull and redeploy.
Portainer pulls the latest image and recreates the container. Your data persists in the linkbreeze-data volume.