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
grocy [2021/08/27 11:55] alexk7110grocy [2021/08/28 10:33] (current) – [docker run command] alexk7110
Line 6: Line 6:
 ---- ----
 ===== docker run command ===== ===== docker run command =====
-  docker run -d \ +<code bash grocy> 
-    --name=grocy \ +docker run -d \ 
-    -e PUID=1000 \ +  --name=grocy \ 
-    -e PGID=1000 \ +  -e PUID=1000 \ 
-    -e TZ=Europe/Athens \ +  -e PGID=1000 \ 
-    -p 9283:80 \ +  -e TZ=Europe/Athens \ 
-    -v ${PWD}/config:/config \ +  -p 9283:80 \ 
-    --restart unless-stopped \ +  -v ${PWD}/config:/config \ 
-    ghcr.io/linuxserver/grocy +  --restart unless-stopped \ 
 +  ghcr.io/linuxserver/grocy 
 +</code>
grocy.1630054548.txt.gz · Last modified: 2021/08/27 11:55 by alexk7110