Skip to content

Commit 8ebaa8e

Browse files
committed
Another adjustment to satisfy reviews
1 parent b09c100 commit 8ebaa8e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/guides/lab-container-supported-development.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ By the end of this Labspace, you will have completed the following:
4343

4444
## Modules
4545

46-
| # | Module | Description |
47-
| --- | -------------------------------- | ----------------------------------------------------------------------------------- |
48-
| 1 | Introduction | Meet the Memes-R-Us app and understand the container-supported development approach |
49-
| 2 | Running a Containerized Database | Start PostgreSQL, connect the app, and seed the database using bind mounts |
50-
| 3 | Making Life Easier with Compose | Replace `docker run` commands with a shared `compose.yaml` |
51-
| 4 | Adding Dev Tools | Add pgAdmin to the Compose stack for database visualization |
52-
| 5 | Recap | Review key takeaways and explore related guides |
46+
| # | Module | Description |
47+
| --- | -------------------------------- | ------------------------------------------------------------------------------- |
48+
| 1 | Introduction | Meet the sample app and understand the container-supported development approach |
49+
| 2 | Running a Containerized Database | Start PostgreSQL, connect the app, and seed the database using bind mounts |
50+
| 3 | Making Life Easier with Compose | Replace `docker run` commands with a shared `compose.yaml` |
51+
| 4 | Adding Dev Tools | Add pgAdmin to the Compose stack for database visualization |
52+
| 5 | Recap | Review key takeaways and explore related guides |

0 commit comments

Comments
 (0)