1
0
Fork 0
mirror of synced 2024-05-20 12:42:39 +12:00

Updated docker images and settings

This commit is contained in:
Eldad Fux 2021-01-03 19:16:44 +02:00
parent ab825cd736
commit f87d25bd2e
2 changed files with 2 additions and 2 deletions

2
.env
View file

@ -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=

View file

@ -427,7 +427,7 @@ services:
container_name: appwrite-mailcatcher
restart: unless-stopped
ports:
- '9503:80'
- '9503:1080'
networks:
- appwrite