This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
grocy [2021/08/25 15:30] – created alexk7110 | grocy [2021/08/28 10:33] (current) – [docker run command] alexk7110 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Grocy Troubleshooting ====== | ====== 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 ===== | ||
+ | <code bash grocy> | ||
+ | docker run -d \ | ||
+ | --name=grocy \ | ||
+ | -e PUID=1000 \ | ||
+ | -e PGID=1000 \ | ||
+ | -e TZ=Europe/ | ||
+ | -p 9283:80 \ | ||
+ | -v ${PWD}/ | ||
+ | --restart unless-stopped \ | ||
+ | ghcr.io/ | ||
+ | </ |