HassOS + Docker PUID PGID

Hi everyone,

First of all, it´s my first time posting here, so I apologize if I did it wrong.

I’ve installed Home Assistant as an OS in my MSI Cubi minipc.
I´ve attached an external usb HDD (with this way) with some stuff. One of them is a Calibre Library.

I would like to create a Calibre container with the Portainer add-on. The docker-compose file to use is here. You have an example that show how it works in this video.

My problem is that I need to pass PUID & PGID from host to the container and I don´t know them nor how to find them.

Could anyone help me?

Thanks in advance

Basically, those are the UID and GID of the calibre files on your HDD.

$ ll /somewher/afile
-rw-rw-rw- 1 _chrony postfix 5706 Sep 14 18:22 /somewher/afile
$ id -u _chrony
110  <-- UID
$ id -g postfix
115  <-- GID