Homelab Troubleshooting

Tips on running a Linux server and docker.

User Tools

Site Tools


grocy

Grocy Troubleshooting

This is an amazing app if you really want to keep up with your home inventory.

Trouble is that it needs quite a bit of input upfront and a cooperative wife.


docker run command

grocy
docker run -d \
  --name=grocy \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Europe/Athens \
  -p 9283:80 \
  -v ${PWD}/config:/config \
  --restart unless-stopped \
  ghcr.io/linuxserver/grocy
grocy.txt · Last modified: 2021/08/28 10:33 by alexk7110