Hi! I just started playing with your docker image of grafana. It installs and runs alright. Now I need to make it available on my local network (and in the future also publicly?). Do you have any idea how I could proceed to make it happen? I know it is a super broad question, but I have no idea how to even start tackling it.
I solved the problem by just reading the manual properly. Ran the command
docker run -d -p 3000:3000 fg2it/grafana-armhf:v4.1.2
which made grafana accessible over local network on my rpi's IP at port 3000
Hi! I just started playing with your docker image of grafana. It installs and runs alright. Now I need to make it available on my local network (and in the future also publicly?). Do you have any idea how I could proceed to make it happen? I know it is a super broad question, but I have no idea how to even start tackling it.
Any help would be much appreciated!