fix protocols for conpot

fixes #781
This commit is contained in:
t3chn0m4g3 2021-02-25 11:32:59 +00:00
parent 7587efaed8
commit 1c7e5274aa
4 changed files with 12 additions and 12 deletions

View file

@ -39,15 +39,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"
- "21:21" - "21:21"
- "44818:44818" - "44818:44818"
- "47808:47808" - "47808:47808/udp"
image: "dtagdevsec/conpot:2006" image: "dtagdevsec/conpot:2006"
read_only: true read_only: true
volumes: volumes:
@ -68,7 +68,7 @@ services:
networks: networks:
- conpot_local_IEC104 - conpot_local_IEC104
ports: ports:
# - "161:161" # - "161:161/udp"
- "2404:2404" - "2404:2404"
image: "dtagdevsec/conpot:2006" image: "dtagdevsec/conpot:2006"
read_only: true read_only: true
@ -111,7 +111,7 @@ services:
networks: networks:
- conpot_local_ipmi - conpot_local_ipmi
ports: ports:
- "623:623" - "623:623/udp"
image: "dtagdevsec/conpot:2006" image: "dtagdevsec/conpot:2006"
read_only: true read_only: true
volumes: volumes:

View file

@ -90,7 +90,7 @@ services:
networks: networks:
- conpot_local_IEC104 - conpot_local_IEC104
ports: ports:
- "161:161" - "161:161/udp"
- "2404:2404" - "2404:2404"
image: "dtagdevsec/conpot:2006" image: "dtagdevsec/conpot:2006"
read_only: true read_only: true
@ -133,7 +133,7 @@ services:
networks: networks:
- conpot_local_ipmi - conpot_local_ipmi
ports: ports:
- "623:623" - "623:623/udp"
image: "dtagdevsec/conpot:2006" image: "dtagdevsec/conpot:2006"
read_only: true read_only: true
volumes: volumes:

View file

@ -87,7 +87,7 @@ services:
networks: networks:
- conpot_local_IEC104 - conpot_local_IEC104
ports: ports:
- "161:161" - "161:161/udp"
- "2404:2404" - "2404:2404"
image: "dtagdevsec/conpot:2006" image: "dtagdevsec/conpot:2006"
read_only: true read_only: true
@ -130,7 +130,7 @@ services:
networks: networks:
- conpot_local_ipmi - conpot_local_ipmi
ports: ports:
- "623:623" - "623:623/udp"
image: "dtagdevsec/conpot:2006" image: "dtagdevsec/conpot:2006"
read_only: true read_only: true
volumes: volumes:

View file

@ -86,7 +86,7 @@ services:
networks: networks:
- conpot_local_IEC104 - conpot_local_IEC104
ports: ports:
- "161:161" - "161:161/udp"
- "2404:2404" - "2404:2404"
image: "dtagdevsec/conpot:2006" image: "dtagdevsec/conpot:2006"
read_only: true read_only: true
@ -129,7 +129,7 @@ services:
networks: networks:
- conpot_local_ipmi - conpot_local_ipmi
ports: ports:
- "623:623" - "623:623/udp"
image: "dtagdevsec/conpot:2006" image: "dtagdevsec/conpot:2006"
read_only: true read_only: true
volumes: volumes: