From f87d25bd2e0afa8b59269260ea4504f1340ba715 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sun, 3 Jan 2021 19:16:44 +0200 Subject: [PATCH] Updated docker images and settings --- .env | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index f6095351d..f73cafb55 100644 --- a/.env +++ b/.env @@ -23,7 +23,7 @@ _APP_INFLUXDB_PORT=8086 _APP_STATSD_HOST=telegraf _APP_STATSD_PORT=8125 _APP_SMTP_HOST=maildev -_APP_SMTP_PORT=25 +_APP_SMTP_PORT=1025 _APP_SMTP_SECURE= _APP_SMTP_USERNAME= _APP_SMTP_PASSWORD= diff --git a/docker-compose.yml b/docker-compose.yml index 27b1c8275..61177c1a2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -427,7 +427,7 @@ services: container_name: appwrite-mailcatcher restart: unless-stopped ports: - - '9503:80' + - '9503:1080' networks: - appwrite