Skip to content

Commit 7ee13f8

Browse files
committed
refined heading so it shows up on side bar
1 parent 669dd16 commit 7ee13f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/deploy-container-using-the-cli.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This tutorial will show you how to deploy an existing container/multi-container
99

1010
This is rather useful if you already have a Docker container built manually, or through a CI/CD system (where the resulting image is available in a public or private repository accessible by Defang), but it is not required in order to follow along.
1111

12-
# Step 1 - Make a Docker Compose file
12+
## Step 1 - Make a Docker Compose file
1313
:::tip
1414
If you are unfamiliar with Docker Compose files, check out the [Compose](/docs/concepts/compose) page.
1515
:::
@@ -44,7 +44,7 @@ services:
4444
The example above shows a multi-container application with 3 services, `web`, `app`, `redis`.
4545
If you wanted to deploy only one container, say `app`, then the example would remain the same, except without the `web` and `redis` services.
4646

47-
# Step 2 - Deploy
47+
## Step 2 - Deploy
4848
Run the following command in the [Defang CLI](/docs/getting-started#install-the-defang-cli).
4949
```text
5050
defang compose up

0 commit comments

Comments
 (0)