Skip to content

Commit

Permalink
Update docker image references (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frooodle authored Dec 16, 2024
1 parent 234605c commit 2cd774d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Installation/Docker Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
```


Expand All @@ -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:
Expand Down

0 comments on commit 2cd774d

Please sign in to comment.