Portainer

Deploy LinkBreeze as a Portainer stack.

Using Portainer to manage your containers? Deploy LinkBreeze as a Stack.

Deploy Steps

  1. Go to your environment → StacksAdd stack
  2. Name it linkbreeze and paste:
services:
  linkbreeze:
    image: ghcr.io/manak-hash/linkbreeze:latest
    ports:
      - "3000:3000"
    volumes:
      - linkbreeze-data:/app/data
    restart: unless-stopped

volumes:
  linkbreeze-data:
  1. Click Deploy the stack

Updating

Navigate to StackslinkbreezeEditor → click Pull and redeploy.

Portainer pulls the latest image and recreates the container. Your data persists in the linkbreeze-data volume.