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:
**Step 1** Add the following entry to the `docker-compose.yml` file, in the `networks:` section:
```yaml
conpot_local_default:
```
```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:
```
```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:
<details>
<summary>Click to expand</summary>