This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
grocy [2021/08/27 11:55] – alexk7110 | grocy [2021/08/28 10:33] (current) – [docker run command] alexk7110 | ||
---|---|---|---|
Line 6: | Line 6: | ||
---- | ---- | ||
===== docker run command ===== | ===== docker run command ===== | ||
- | | + | <code bash grocy> |
- | --name=grocy \ | + | docker run -d \ |
- | -e PUID=1000 \ | + | --name=grocy \ |
- | -e PGID=1000 \ | + | -e PUID=1000 \ |
- | -e TZ=Europe/ | + | -e PGID=1000 \ |
- | -p 9283:80 \ | + | -e TZ=Europe/ |
- | -v ${PWD}/ | + | -p 9283:80 \ |
- | --restart unless-stopped \ | + | -v ${PWD}/ |
- | ghcr.io/ | + | --restart unless-stopped \ |
+ | ghcr.io/ | ||
+ | </ |