diff --git a/.env b/.env index f6095351de..f73cafb55c 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 27b1c82756..61177c1a2b 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