mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Ubuntu introduced major update for docker
Today Ubuntu introduced a major upgrade for docker, which requires a version bump for docker-compose files used in T-Pot.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# T-Pot (Standard)
|
||||
# For docker-compose ...
|
||||
version: '2.1'
|
||||
version: '2.2'
|
||||
|
||||
networks:
|
||||
cowrie_local:
|
||||
@ -248,7 +248,7 @@ services:
|
||||
- "127.0.0.1:64299:9000"
|
||||
image: "dtagdevsec/ui-for-docker:1710"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
# Suricata service
|
||||
suricata:
|
||||
|
Reference in New Issue
Block a user