diff --git a/app/views/install/compose.phtml b/app/views/install/compose.phtml index 66583c380..e2e9d2276 100644 --- a/app/views/install/compose.phtml +++ b/app/views/install/compose.phtml @@ -286,7 +286,7 @@ services: - RELAY_NETWORKS=:192.168.0.0/24:10.0.0.0/16 redis: - image: redis:5.0 + image: redis:6.0-alpine3.12 container_name: appwrite-redis restart: unless-stopped networks: @@ -304,7 +304,7 @@ services: - appwrite-uploads:/storage/uploads influxdb: - image: influxdb:1.6 + image: influxdb:1.8-alpine container_name: appwrite-influxdb restart: unless-stopped networks: diff --git a/docker-compose.yml b/docker-compose.yml index 05e5a3669..1513fe895 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -320,9 +320,9 @@ services: # - RELAY_FROM_HOSTS=192.168.0.0/16 ; *.yourdomain.com # - SMARTHOST_HOST=smtp # - SMARTHOST_PORT=587 - + redis: - image: redis:5.0 + image: redis:6.0-alpine3.12 container_name: appwrite-redis restart: unless-stopped networks: @@ -338,9 +338,9 @@ services: - appwrite volumes: - appwrite-uploads:/storage/uploads - + influxdb: - image: influxdb:1.6 + image: influxdb:1.8-alpine container_name: appwrite-influxdb restart: unless-stopped networks: