From 2cd774d8912168e367cb1e6192723ea92c9abd15 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:36:26 +0000 Subject: [PATCH] Update docker image references (#38) Related to #37 --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Stirling-Tools/Stirling-Tools.github.io/issues/37?shareId=XXXX-XXXX-XXXX-XXXX). --- docs/Installation/Docker Install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Installation/Docker Install.md b/docs/Installation/Docker Install.md index b3e115a..445a0d0 100644 --- a/docs/Installation/Docker Install.md +++ b/docs/Installation/Docker Install.md @@ -6,7 +6,7 @@ title: Docker Guide # Docker Images for Stirling-PDF -The docker image for Stirling-PDF is available on Docker Hub at [frooodle/s-pdf](https://hub.docker.com/r/frooodle/s-pdf) or on Github at [s-pdf](https://github.com/Stirling-Tools/Stirling-PDF/pkgs/container/s-pdf). +The docker image for Stirling-PDF is available on Docker Hub at [stirlingtools/stirling-pdf](https://hub.docker.com/r/stirlingtools/stirling-pdf) or on Github at [stirling-pdf](https://github.com/Stirling-Tools/Stirling-PDF/pkgs/container/stirling-pdf). Please note that Stirling PDF offers three distinct versions tailored for various hardware configurations. Users seeking optimal performance on lower-end hardware can choose from the specific versions provided. For those who prefer the most recent features and updates, it is recommended to continue using the latest tag. @@ -30,7 +30,7 @@ docker run -d \ -e DOCKER_ENABLE_SECURITY=false \ -e INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false \ -e LANGS=en_GB \ - frooodle/s-pdf:latest + stirlingtools/stirling-pdf:latest ``` @@ -41,7 +41,7 @@ docker run -d \ version: '3.3' services: stirling-pdf: - image: frooodle/s-pdf:latest + image: stirlingtools/stirling-pdf:latest ports: - '8080:8080' volumes: