mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00: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:
parent
a370ae5f41
commit
9a23e1010a
4 changed files with 17 additions and 17 deletions
|
@ -1,6 +1,6 @@
|
|||
# T-Pot (Everything)
|
||||
# For docker-compose ...
|
||||
version: '2.1'
|
||||
version: '2.2'
|
||||
|
||||
networks:
|
||||
conpot_local:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# T-Pot (HP)
|
||||
# For docker-compose ...
|
||||
version: '2.1'
|
||||
version: '2.2'
|
||||
|
||||
networks:
|
||||
cowrie_local:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# T-Pot (Industrial)
|
||||
# For docker-compose ...
|
||||
version: '2.1'
|
||||
version: '2.2'
|
||||
|
||||
networks:
|
||||
conpot_local:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# T-Pot (Standard)
|
||||
# For docker-compose ...
|
||||
version: '2.1'
|
||||
version: '2.2'
|
||||
|
||||
networks:
|
||||
cowrie_local:
|
||||
|
|
Loading…
Reference in a new issue