Hey all, i confess i am totally new to unraid.
I am used to have a lot of control on docker containers with docker-compose.yml files.
To me it seems that apps on the community store are simply "templates" with predefined values, basically what they really does is translating to docker cli commands, is this right?
I tried to bring up a traefik community app, it started correctly and wanted to see the logs of that particular container, there is not a gui option to view those apparently, so i went to the root shell trying to issue
docker container logs traefik
Nothing appears.
I just installed the docker compose manager plugin, i will give it a try.