Gvon

Members
  • Posts

    6
  • Joined

  • Last visited

Gvon's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Did you set Generate Random Password to yes ? If so check your password in the mariadb log overy time you restart the password will change
  2. Yes you updated on latest version that fixed the problems
  3. update MariaDB 11.4.0 up seem fix the problem no need to add this to Post Arguments: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW --character-set-server=utf8
  4. just add this to Post Arguments: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW --character-set-server=utf8 https://github.com/nextcloud/docker/issues/2165
  5. For those who want email support just add variable below MAIL_HOST=smtp.gmail.com MAIL_PORT=587 [email protected] [email protected] MAIL_PASSWORD=yourpassword (create app one time password) use your main password will not work MAIL_ENCRYPTION=tls If i add this variable mail will not arrive (MAIL_MAILER=log) Note for safety you can create new gmail account just for mail notifications/log