From 7f7f8e642f5c2c8616ff84b06aa6b60e6a2da368 Mon Sep 17 00:00:00 2001 From: charlesgauthereau Date: Wed, 24 Dec 2025 09:26:49 +0100 Subject: [PATCH] README.md --- README.md | 4 ++-- src/components/emails/email-layout.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 801bb6ae..ee67eaa4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Free, open-source, and self-hosted solution for automated backup and restoration of your database instances.

-[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) +[![License: Apache](https://img.shields.io/badge/License-apache-yellow.svg)](LICENSE) [![Docker Pulls](https://img.shields.io/docker/pulls/solucetechnologies/portabase?color=brightgreen)](https://hub.docker.com/r/solucetechnologies/portabase) [![Platform](https://img.shields.io/badge/platform-linux%20%7C%20macos%20%7C%20windows-lightgrey)](https://github.com/RostislavDugin/postgresus) @@ -86,7 +86,7 @@ services: ports: - '8887:80' environment: - - TIME_ZONE="Europe/Paris" + - TZ="Europe/Paris" volumes: - portabase-private:/app/private depends_on: diff --git a/src/components/emails/email-layout.tsx b/src/components/emails/email-layout.tsx index ad3852ea..e20b2433 100644 --- a/src/components/emails/email-layout.tsx +++ b/src/components/emails/email-layout.tsx @@ -13,7 +13,7 @@ export const EmailLayout = ({ children, preview }: PropsWithChildren<{ preview?: {preview ? {preview} : Please check your mails} - Logo + Logo
{children}