modifications for conpot update

This commit is contained in:
Marco Ochse
2017-06-07 15:51:42 +00:00
parent 4e6f4fc9e8
commit 66cdb0e60a
4 changed files with 103 additions and 77 deletions

View File

@ -1,4 +1,4 @@
# T-Pot (Honeypots)
# T-Pot (HP)
# For docker-compose ...
version: '2.1'
@ -16,12 +16,12 @@ services:
container_name: cowrie
restart: always
networks:
- cowrie_local
- cowrie_local
cap_add:
- NET_BIND_SERVICE
ports:
- "22:22"
- "23:23"
- "22:2222"
- "23:2223"
image: "dtagdevsec/cowrie:1706"
volumes:
- /data/cowrie:/data/cowrie
@ -32,7 +32,7 @@ services:
stdin_open: true
restart: always
networks:
- dionaea_local
- dionaea_local
cap_add:
- NET_BIND_SERVICE
ports:
@ -61,7 +61,7 @@ services:
container_name: elasticpot
restart: always
networks:
- elasticpot_local
- elasticpot_local
ports:
- "9200:9200"
image: "dtagdevsec/elasticpot:1706"
@ -73,7 +73,7 @@ services:
container_name: ewsposter
restart: always
networks:
- ewsposter_local
- ewsposter_local
image: "dtagdevsec/ewsposter:1706"
volumes:
- /data:/data
@ -84,7 +84,7 @@ services:
container_name: glastopf
restart: always
networks:
- glastopf_local
- glastopf_local
ports:
- "80:80"
image: "dtagdevsec/glastopf:1706"