From 0c138d6c431c3191a89f787ff04c0a9e3c4d8df7 Mon Sep 17 00:00:00 2001 From: eldadfux Date: Sat, 30 Nov 2019 19:28:03 +0200 Subject: [PATCH] Updated clamav version --- app/sdks/dart/.packages | 2 +- docker-compose.yml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/sdks/dart/.packages b/app/sdks/dart/.packages index e1b6baffc..94fe13fef 100644 --- a/app/sdks/dart/.packages +++ b/app/sdks/dart/.packages @@ -1,4 +1,4 @@ -# Generated by pub on 2019-11-29 22:26:29.853212. +# Generated by pub on 2019-11-30 19:27:52.149634. charcode:file:///Users/eldadfux/.pub-cache/hosted/pub.dartlang.org/charcode-1.1.2/lib/ collection:file:///Users/eldadfux/.pub-cache/hosted/pub.dartlang.org/collection-1.14.12/lib/ cookie_jar:file:///Users/eldadfux/.pub-cache/hosted/pub.dartlang.org/cookie_jar-1.0.1/lib/ diff --git a/docker-compose.yml b/docker-compose.yml index e2545a768..52237baf5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -67,14 +67,18 @@ services: - "25:25" clamav: - image: appwrite/clamav:1.0.5 + image: appwrite/clamav:1.0.7 restart: unless-stopped volumes: - appwrite-uploads:/storage/uploads + ports: + - "3310:3310" redis: image: redis:5.0 restart: unless-stopped + ports: + - "6379:6379" influxdb: image: influxdb:1.6