Skip to content

Commit

Permalink
content: add link to install docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
luizchaves committed Sep 11, 2024
1 parent f8baf57 commit f43a67a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/content/classnotes/database/dbms/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,12 @@ Docker Compose ([MySQL](https://hub.docker.com/_/mysql), [Adminer](https://hub.d

<CodePreview src="/codes/database/mysql-server/.env.example" />

[Install docker compose plugin](https://docs.docker.com/compose/install/linux/)

```bash
$ docker compose version
Docker Compose version vxxxx

$ ls -a
. .. .env docker-compose.yml

Expand Down

0 comments on commit f43a67a

Please sign in to comment.