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:
t3chn0m4g3 2017-11-16 17:50:42 +01:00
parent a370ae5f41
commit 9a23e1010a
4 changed files with 17 additions and 17 deletions

View file

@ -1,6 +1,6 @@
# T-Pot (Everything)
# For docker-compose ...
version: '2.1'
version: '2.2'
networks:
conpot_local:

View file

@ -1,6 +1,6 @@
# T-Pot (HP)
# For docker-compose ...
version: '2.1'
version: '2.2'
networks:
cowrie_local:

View file

@ -1,6 +1,6 @@
# T-Pot (Industrial)
# For docker-compose ...
version: '2.1'
version: '2.2'
networks:
conpot_local:

View file

@ -1,6 +1,6 @@
# T-Pot (Standard)
# For docker-compose ...
version: '2.1'
version: '2.2'
networks:
cowrie_local: