fix: correct DockerHub image path in installation documentation

This commit is contained in:
Abhinav Raut
2025-02-26 00:50:30 +05:30
parent 3aa144f703
commit a8dc0a6242

View File

@@ -15,7 +15,7 @@ Libredesk is a single binary application that requires postgres and redis to run
## Docker
The latest image is available on DockerHub at `libredesk/llibredeskistmonk:latest`
The latest image is available on DockerHub at `libredesk/libredesk:latest`
The recommended method is to download the [docker-compose.yml](https://github.com/abhinavxd/libredesk/blob/master/docker-compose.yml) file, customize it for your environment and then to simply run `docker compose up -d`.