Homelab Troubleshooting

Tips on running a Linux server and docker.

User Tools

Site Tools


ghost

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
ghost [2021/08/27 11:55] alexk7110ghost [2021/08/28 10:15] (current) – [docker run command] alexk7110
Line 8: Line 8:
 ---- ----
 ===== docker run command ===== ===== docker run command =====
-  docker run -d \ +<code bash ghost> 
-    --name=ghost \ +docker run -d \ 
-    --network=nginx_reverse_proxy_default \ +  --name=ghost \ 
-    -e url=https://blog.kastanis.gr \ +  --network=nginx_reverse_proxy_default \ 
-    -v ${PWD}/content:/var/lib/ghost/content \ +  -e url=https://blog.kastanis.gr \ 
-    --restart unless-stopped \ +  -v ${PWD}/content:/var/lib/ghost/content \ 
-    ghost+  --restart unless-stopped \ 
 +  ghost 
 +</code>
ghost.1630054535.txt.gz · Last modified: by alexk7110