[PR #952] [MERGED] Fix Typo in DockerCompose.md GPU YAML #939

Closed
opened 2026-02-15 18:16:41 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/952
Author: @atramirez
Created: 1/3/2026
Status: Merged
Merged: 1/4/2026
Merged by: @Classic298

Base: mainHead: main


📝 Commits (1)

  • 9bac60a remove hyphen in gpu yaml

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 docs/getting-started/quick-start/tab-docker/DockerCompose.md (+1 -1)

📄 Description

This PR fixes a typo in the code block for Nvidia GPU support. As written the follow error is output with the code:

... deploy.resources.reservations.devices.0 missing property 'capabilities'

Restoring the code without the hyphen fixes this error.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/952 **Author:** [@atramirez](https://github.com/atramirez) **Created:** 1/3/2026 **Status:** ✅ Merged **Merged:** 1/4/2026 **Merged by:** [@Classic298](https://github.com/Classic298) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`9bac60a`](https://github.com/open-webui/docs/commit/9bac60a88fed85bb1df0429dc1f64ebae0a3f7c7) remove hyphen in gpu yaml ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/getting-started/quick-start/tab-docker/DockerCompose.md` (+1 -1) </details> ### 📄 Description This PR fixes a typo in the code block for Nvidia GPU support. As written the follow error is output with the code: ``` ... deploy.resources.reservations.devices.0 missing property 'capabilities' ``` Restoring the code without the hyphen fixes this error. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 18:16:41 -05:00
yindo closed this issue 2026-02-15 18:16:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#939