Homelab Troubleshooting

Tips on running a Linux server and docker.

User Tools

Site Tools


grocy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
grocy [2021/08/25 16:08] alexk7110grocy [2021/08/28 10:33] (current) – [docker run command] alexk7110
Line 4: Line 4:
  
 Trouble is that it needs quite a bit of input upfront and a cooperative wife. 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/Athens \
 +  -p 9283:80 \
 +  -v ${PWD}/config:/config \
 +  --restart unless-stopped \
 +  ghcr.io/linuxserver/grocy
 +</code>
grocy.1629896939.txt.gz · Last modified: 2021/08/25 16:08 by alexk7110