-
Notifications
You must be signed in to change notification settings - Fork 321
Closed
Description
Hello, i can't setup mails on docker
version: '3.1'
services:
ghost:
image: 'ghost:latest'
restart: always
ports:
- '4574:2368'
environment:
database__client: mysql
database__connection__host: db
database__connection__user: root
database__connection__password: 'XXXXXXX'
database__connection__database: ghost
url: 'XXXXXXX'
mail__transport: SMTP
mail__options__host: ssl0.ovh.net
mail__options__port: 465
mail__options__secureConnection: true
mail__options__auth__user: XXXXXXX
mail__options__auth__pass: XXXXXXX
mail__from: XXXXXXX
db:
image: 'mysql:8.0'
restart: always
environment:
MYSQL_ROOT_PASSWORD: XXXXXXXThe ghost app container does not seems to get the mail config either
Here is the message i get on Ghost itself
Thanks for the help, tell me if you need more infos about this 👍🏼
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

