Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/manuals/compose/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ keywords: docker compose example, docker compose tutorial, how to use docker com
title: Docker Compose Quickstart
linkTitle: Quickstart
weight: 30
aliases:
- /compose/samples-for-compose/
- /compose/support-and-feedback/samples-for-compose/
---

This tutorial aims to introduce fundamental concepts of Docker Compose by guiding you through the development of a basic Python web application.
Expand Down
2 changes: 1 addition & 1 deletion content/manuals/compose/how-tos/project-name.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ The precedence order for each method, from highest to lowest, is as follows:
## What's next?

- Read up on [working with multiple Compose files](multiple-compose-files/_index.md).
- Explore some [sample apps](samples-for-compose.md).
- Explore some [sample apps](https://github.com/docker/awesome-compose).
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,5 @@ example-backend-1 example/database "docker-entrypoint.s…" backend
## What's next

- [Try the Quickstart guide](/manuals/compose/gettingstarted.md)
- [Explore some sample applications](/manuals/compose/support-and-feedback/samples-for-compose.md)
- [Explore some sample applications](https://github.com/docker/awesome-compose)
- [Familiarize yourself with the Compose Specification](/reference/compose-file/_index.md)

This file was deleted.