Update README.md

This commit is contained in:
Domenico Del Giudice 2025-03-02 16:15:37 +01:00 committed by GitHub
parent 5e59ac12af
commit 2df4ea64a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -265,17 +265,17 @@ These errors are not critical and T-Pot should still function correctly.
**Solution:** To fix this issue: **Solution:** To fix this issue:
**Step 1** Add the following entry to the `docker-compose.yml` file, in the `networks:` section: **Step 1** Add the following entry to the `docker-compose.yml` file, in the `networks:` section:
```yaml ```yaml
conpot_local_default: conpot_local_default:
``` ```
Or, if you want to add all Conpot's template, add: Or, if you want to add all Conpot's template, add:
```yaml ```yaml
conpot_local_default: conpot_local_default:
conpot_local_IEC104: conpot_local_IEC104:
conpot_local_guardian_ast: conpot_local_guardian_ast:
conpot_local_ipmi: conpot_local_ipmi:
conpot_local_kamstrup_382: conpot_local_kamstrup_382:
``` ```
**Step 2** Add the following entry to the `docker-compose.yml` file, in the `services:` section: **Step 2** Add the following entry to the `docker-compose.yml` file, in the `services:` section:
<details> <details>
<summary>Click to expand</summary> <summary>Click to expand</summary>