Hass OS + Portainer + BookStack

Hi

I’m new with portainer (installed as add-on within hass OS) and I can not wrap my head around installing BookStack.

There’s a docker compose stack, and I can not figure out config parameters:

  • PGID
  • PUID
  • volumes

Did anybody managed to achieve this?

Thanks,
Joc

Yeeey, progress.
This is what I did:

  1. I created 2 volumes (bookstack & bookstackDB)
  2. Added stack through Stacks -> Add stack
    left PUID=1000 and PGID=1000
    set both volumes to point to previously created volumes

… and it works :slight_smile:

Perhaps somebody with more experience can comment is this makes sense or not.