From 05afcc61acd7a5b93c599259e7921166b305687d Mon Sep 17 00:00:00 2001 From: Domenico Del Giudice <114437746+domedg@users.noreply.github.com> Date: Sun, 2 Mar 2025 15:54:07 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a7fd3c3..3ee73f94 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ To get things up and running just follow these steps: sed -i '' 's/^TPOT_OSTYPE=linux$/TPOT_OSTYPE=mac/' .env ``` 8. You have to ensure on your own there are no port conflicts keeping T-Pot from starting up. Check the [list of required ports](https://github.com/telekom-security/tpotce?tab=readme-ov-file#required-ports). -9. 10. To start T-Pot run: +9. To start T-Pot run: ``` docker compose up ```