fix protocols for conpot testing

This commit is contained in:
t3chn0m4g3 2021-02-25 11:55:51 +00:00
parent 1c7e5274aa
commit fb860fb861

View file

@ -26,15 +26,15 @@ services:
networks: networks:
- conpot_local_default - conpot_local_default
ports: ports:
# - "69:69" # - "69:69/udp"
- "80:80" - "80:80"
- "102:102" - "102:102"
- "161:161" - "161:161/udp"
- "502:502" - "502:502"
# - "623:623" # - "623:623/udp"
- "2121:21" - "2121:21"
- "44818:44818" - "44818:44818"
- "47808:47808" - "47808:47808/udp"
image: "ghcr.io/telekom-security/conpot:2006" image: "ghcr.io/telekom-security/conpot:2006"
read_only: true read_only: true
volumes: volumes:
@ -56,7 +56,7 @@ services:
networks: networks:
- conpot_local_IEC104 - conpot_local_IEC104
ports: ports:
# - "161:161" # - "161:161/udp"
- "2404:2404" - "2404:2404"
image: "ghcr.io/telekom-security/conpot:2006" image: "ghcr.io/telekom-security/conpot:2006"
read_only: true read_only: true
@ -101,7 +101,7 @@ services:
networks: networks:
- conpot_local_ipmi - conpot_local_ipmi
ports: ports:
- "623:623" - "623:623/udp"
image: "ghcr.io/telekom-security/conpot:2006" image: "ghcr.io/telekom-security/conpot:2006"
read_only: true read_only: true
volumes: volumes: