mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
fix protocols for conpot testing
This commit is contained in:
parent
1c7e5274aa
commit
fb860fb861
1 changed files with 6 additions and 6 deletions
|
@ -26,15 +26,15 @@ services:
|
|||
networks:
|
||||
- conpot_local_default
|
||||
ports:
|
||||
# - "69:69"
|
||||
# - "69:69/udp"
|
||||
- "80:80"
|
||||
- "102:102"
|
||||
- "161:161"
|
||||
- "161:161/udp"
|
||||
- "502:502"
|
||||
# - "623:623"
|
||||
# - "623:623/udp"
|
||||
- "2121:21"
|
||||
- "44818:44818"
|
||||
- "47808:47808"
|
||||
- "47808:47808/udp"
|
||||
image: "ghcr.io/telekom-security/conpot:2006"
|
||||
read_only: true
|
||||
volumes:
|
||||
|
@ -56,7 +56,7 @@ services:
|
|||
networks:
|
||||
- conpot_local_IEC104
|
||||
ports:
|
||||
# - "161:161"
|
||||
# - "161:161/udp"
|
||||
- "2404:2404"
|
||||
image: "ghcr.io/telekom-security/conpot:2006"
|
||||
read_only: true
|
||||
|
@ -101,7 +101,7 @@ services:
|
|||
networks:
|
||||
- conpot_local_ipmi
|
||||
ports:
|
||||
- "623:623"
|
||||
- "623:623/udp"
|
||||
image: "ghcr.io/telekom-security/conpot:2006"
|
||||
read_only: true
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue