mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
add 24.04 version tag
This commit is contained in:
@ -11,7 +11,7 @@ services:
|
||||
restart: always
|
||||
stop_signal: SIGKILL
|
||||
tty: true
|
||||
image: "dtagdevsec/redis:alpha"
|
||||
image: "dtagdevsec/redis:24.04"
|
||||
read_only: true
|
||||
|
||||
# Map Web Service
|
||||
@ -25,7 +25,7 @@ services:
|
||||
tty: true
|
||||
ports:
|
||||
- "127.0.0.1:64299:64299"
|
||||
image: "dtagdevsec/map:alpha"
|
||||
image: "dtagdevsec/map:24.04"
|
||||
depends_on:
|
||||
- map_redis
|
||||
|
||||
@ -39,6 +39,6 @@ services:
|
||||
# - TZ=${TPOT_ATTACKMAP_TEXT_TIMEZONE}
|
||||
stop_signal: SIGKILL
|
||||
tty: true
|
||||
image: "dtagdevsec/map:alpha"
|
||||
image: "dtagdevsec/map:24.04"
|
||||
depends_on:
|
||||
- map_redis
|
||||
|
Reference in New Issue
Block a user