From 5e59ac12af0f37c9f4a48219f90a62c43eb0ac92 Mon Sep 17 00:00:00 2001 From: Domenico Del Giudice <114437746+domedg@users.noreply.github.com> Date: Sun, 2 Mar 2025 16:14:57 +0100 Subject: [PATCH] Update README.md --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index ce1156c2..2ef3e65a 100644 --- a/README.md +++ b/README.md @@ -264,19 +264,19 @@ These errors are not critical and T-Pot should still function correctly. **Solution:** To fix this issue: - **Step 1** Add the following entry to the `docker-compose.yml` file, in the `networks:` section: - ```yaml - conpot_local_default: - ``` - Or, if you want to add all Conpot's template, add: - ```yaml - conpot_local_default: - conpot_local_IEC104: - conpot_local_guardian_ast: - conpot_local_ipmi: - conpot_local_kamstrup_382: - ``` - **Step 2** Add the following entry to the `docker-compose.yml` file, in the `services:` section: +**Step 1** Add the following entry to the `docker-compose.yml` file, in the `networks:` section: + ```yaml + conpot_local_default: + ``` +Or, if you want to add all Conpot's template, add: + ```yaml + conpot_local_default: + conpot_local_IEC104: + conpot_local_guardian_ast: + conpot_local_ipmi: + conpot_local_kamstrup_382: + ``` +**Step 2** Add the following entry to the `docker-compose.yml` file, in the `services:` section:
Click to expand