update tags / version to 2204, tweaking README

This commit is contained in:
t3chn0m4g3
2022-04-08 13:45:53 +00:00
parent 428b57ebc9
commit 36774d0b71
53 changed files with 319 additions and 320 deletions

View File

@ -11,7 +11,7 @@ services:
restart: always
stop_signal: SIGKILL
tty: true
image: "dtagdevsec/redis:2203"
image: "dtagdevsec/redis:2204"
read_only: true
# Map Web Service
@ -27,7 +27,7 @@ services:
tty: true
ports:
- "127.0.0.1:64299:64299"
image: "dtagdevsec/map:2203"
image: "dtagdevsec/map:2204"
depends_on:
- map_redis
@ -41,6 +41,6 @@ services:
- /opt/tpot/etc/compose/elk_environment
stop_signal: SIGKILL
tty: true
image: "dtagdevsec/map:2203"
image: "dtagdevsec/map:2204"
depends_on:
- map_redis