Skip to content

Cannot setup mails on docker #333

@Mr-KayJayDee

Description

@Mr-KayJayDee

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: XXXXXXX

The ghost app container does not seems to get the mail config either

Screenshot 2022-09-19 at 14 12 28

Here is the message i get on Ghost itself

Screenshot 2022-09-19 at 14 12 58

Thanks for the help, tell me if you need more infos about this 👍🏼

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions