[PR #45] [CLOSED] Fixing 'yml' extension #172

Closed
opened 2025-11-06 14:20:28 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/45
Author: @lfvilella
Created: 4/7/2020
Status: Closed

Base: masterHead: master


📝 Commits (6)

📊 Changes

10 files changed (+256 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)
django/README.md (+51 -0)
django/app/Dockerfile (+8 -0)
django/app/example/__init__.py (+0 -0)
django/app/example/settings.py (+129 -0)
django/app/example/urls.py (+21 -0)
django/app/example/wsgi.py (+16 -0)
django/app/manage.py (+22 -0)
django/app/requirements.txt (+2 -0)
django/docker-compose.yml (+6 -0)

📄 Description

Sorry, I forgot to change the extension ymal to yml.
When click on link, we get a 404 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/docker/awesome-compose/pull/45 **Author:** [@lfvilella](https://github.com/lfvilella) **Created:** 4/7/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`c19add5`](https://github.com/docker/awesome-compose/commit/c19add59767590df997181196165c24f54073126) django example - [`cd21c37`](https://github.com/docker/awesome-compose/commit/cd21c37669630f4eb779c0a254f71ebafa0e5984) fix(read.me) - [`49bb9e7`](https://github.com/docker/awesome-compose/commit/49bb9e7e8df4515379f5a44b2da593ba467acf98) fix(settings.py) - [`2ae670d`](https://github.com/docker/awesome-compose/commit/2ae670ded487980df826655a10de7993b8ca7370) fix(review details) - [`9d36067`](https://github.com/docker/awesome-compose/commit/9d3606713f1a3abb5109da5b0b544a49de49d2c1) update main read.me - [`01a0056`](https://github.com/docker/awesome-compose/commit/01a00567cd962a0765518ef374164b1905189421) changing to yml ### 📊 Changes **10 files changed** (+256 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) ➕ `django/README.md` (+51 -0) ➕ `django/app/Dockerfile` (+8 -0) ➕ `django/app/example/__init__.py` (+0 -0) ➕ `django/app/example/settings.py` (+129 -0) ➕ `django/app/example/urls.py` (+21 -0) ➕ `django/app/example/wsgi.py` (+16 -0) ➕ `django/app/manage.py` (+22 -0) ➕ `django/app/requirements.txt` (+2 -0) ➕ `django/docker-compose.yml` (+6 -0) </details> ### 📄 Description Sorry, I forgot to change the extension ymal to yml. When click on [link](https://github.com/docker/awesome-compose/tree/master/django), we get a 404 error. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 14:20:28 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#172