change ports, add emu_scripts.yaml, tweaking

This commit is contained in:
Marco Ochse 2018-06-04 11:29:25 +00:00
parent fbc11fa12c
commit e211a19c37
3 changed files with 12 additions and 2 deletions

View file

@ -0,0 +1,9 @@
- name: emu_scripts
config:
# Maximum dumber of subdownloads
# max_subdownloads: 20
enabled_handlers:
- powershell
- vbscript
# Be very careful if you use the raw_url handler
#- raw_url

View file

@ -2,7 +2,7 @@
config:
root: "/opt/dionaea/var/dionaea/roots/www"
ports:
- 8081
- 81
ssl_ports:
- 443
max_request_size: 32768 # maximum size in kbytes of the request (32MB)

View file

@ -7,6 +7,7 @@ services:
build: .
container_name: dionaea
stdin_open: true
tty: true
restart: always
network_mode: "host"
ports:
@ -14,7 +15,7 @@ services:
- "21:21"
- "42:42"
- "69:69/udp"
- "8081:8081"
- "81:81"
- "135:135"
- "443:443"
- "445:445"