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 (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: