From 43b408f997dcff416004abeee0993a7ee05435d0 Mon Sep 17 00:00:00 2001 From: Luiz Marin <67489841+luizcmarin@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:29:09 -0300 Subject: [PATCH] Update files --- docs/guide/en/testing.md | 2 +- docs/guide/pt-BR/testing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/en/testing.md b/docs/guide/en/testing.md index 99774a57d..87c99658e 100644 --- a/docs/guide/en/testing.md +++ b/docs/guide/en/testing.md @@ -26,7 +26,7 @@ For greater ease it is recommended to use Docker containers for each DBMS, for t For running the Docker containers you can use the following command: -```shell +```dockerfile docker compose up -d ``` diff --git a/docs/guide/pt-BR/testing.md b/docs/guide/pt-BR/testing.md index 5d32e94e6..717265024 100644 --- a/docs/guide/pt-BR/testing.md +++ b/docs/guide/pt-BR/testing.md @@ -26,7 +26,7 @@ Para maior facilidade é recomendado utilizar containers Docker para cada SGBD, Para executar os contêineres Docker você pode usar o seguinte comando: -```shell +```dockerfile docker compose up -d ```