mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-02 21:28:52 +00:00
Update
This commit is contained in:
parent
32ba41497a
commit
90fa3b30e9
1 changed files with 2 additions and 2 deletions
|
@ -606,7 +606,7 @@ services:
|
||||||
container_name: map_redis
|
container_name: map_redis
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
logstash:
|
tpotinit:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
stop_signal: SIGKILL
|
stop_signal: SIGKILL
|
||||||
tty: true
|
tty: true
|
||||||
|
@ -619,7 +619,7 @@ services:
|
||||||
container_name: map_web
|
container_name: map_web
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
logstash:
|
tpotinit:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
environment:
|
environment:
|
||||||
- MAP_COMMAND=AttackMapServer.py
|
- MAP_COMMAND=AttackMapServer.py
|
||||||
|
|
Loading…
Reference in a new issue