docker-page-slug-correction

This commit is contained in:
Mendon Kissling 2025-11-10 11:57:00 -05:00
parent 19776cea67
commit 41d7e06547
3 changed files with 3 additions and 3 deletions

View file

@ -69,7 +69,7 @@ For the full TUI installation guide, see [TUI](https://docs.openr.ag/install).
## Docker or Podman installation
For more information, see [Install OpenRAG containers](https://docs.openr.ag/get-started/docker).
For more information, see [Install OpenRAG containers](https://docs.openr.ag/docker).
## Troubleshooting

View file

@ -1,6 +1,6 @@
---
title: Install OpenRAG containers
slug: /get-started/docker
slug: /docker
---
import Tabs from '@theme/Tabs';

View file

@ -17,7 +17,7 @@ Instead of starting OpenRAG using Docker commands and manually editing values in
Once OpenRAG is running, use the TUI to monitor your application, control your containers, and retrieve logs.
If you prefer running Podman or Docker containers and manually editing `.env` files, see [Install OpenRAG Containers](/get-started/docker).
If you prefer running Podman or Docker containers and manually editing `.env` files, see [Install OpenRAG Containers](/docker).
## Prerequisites