This commit is contained in:
listbot
2019-02-28 15:01:12 +00:00
parent 728607a2da
commit 65f242d322
19 changed files with 28 additions and 28 deletions

View File

@ -14,7 +14,7 @@ services:
tty: true
networks:
- tanner_local
image: "dtagdevsec/redis:1811"
image: "dtagdevsec/redis:1903"
read_only: true
# PHP Sandbox service
@ -26,7 +26,7 @@ services:
tty: true
networks:
- tanner_local
image: "dtagdevsec/phpox:1811"
image: "dtagdevsec/phpox:1903"
read_only: true
# Tanner API Service
@ -40,7 +40,7 @@ services:
tty: true
networks:
- tanner_local
image: "dtagdevsec/tanner:1811"
image: "dtagdevsec/tanner:1903"
read_only: true
volumes:
- /data/tanner/log:/var/log/tanner
@ -59,7 +59,7 @@ services:
tty: true
networks:
- tanner_local
image: "dtagdevsec/tanner:1811"
image: "dtagdevsec/tanner:1903"
command: tannerweb
read_only: true
volumes:
@ -78,7 +78,7 @@ services:
tty: true
networks:
- tanner_local
image: "dtagdevsec/tanner:1811"
image: "dtagdevsec/tanner:1903"
command: tanner
read_only: true
volumes:
@ -100,6 +100,6 @@ services:
- tanner_local
ports:
- "80:80"
image: "dtagdevsec/snare:1811"
image: "dtagdevsec/snare:1903"
depends_on:
- tanner