diff --git a/public/images/wiki-js-install.webp b/public/images/wiki-js-install.webp index 99dfea7..c3a6f77 100644 Binary files a/public/images/wiki-js-install.webp and b/public/images/wiki-js-install.webp differ diff --git a/src/layouts/CustomMarkdown.astro b/src/layouts/CustomMarkdown.astro index 3a478f7..94cd06b 100644 --- a/src/layouts/CustomMarkdown.astro +++ b/src/layouts/CustomMarkdown.astro @@ -69,10 +69,11 @@ console.log(imgPath);
@@ -105,15 +106,28 @@ console.log(imgPath); footer { position: relative; } - } + } diff --git a/src/pages/uploadz/docker-desktop-environments.md b/src/pages/uploadz/docker-desktop-environments.md index 11b57d0..dc2bfab 100644 --- a/src/pages/uploadz/docker-desktop-environments.md +++ b/src/pages/uploadz/docker-desktop-environments.md @@ -79,15 +79,12 @@ then run the script ```bash sh run.sh -025ee830474d95178e330f61192ebec4032891e913aebe8d24a4de9c26a82b2a ``` the container is now running and we can check this with ``` ❯ docker ps -CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES -025ee830474d lscr.io/linuxserver/wikijs:2.5.300 "/init" 57 seconds ago Up 56 seconds 0.0.0.0:3000->3000/tcp wikijs ``` we will also see that there are 2 directories created in the current directory, `config` and `data` and these are where the configuration and data for the container are stored