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) +[](LICENSE) [](https://hub.docker.com/r/solucetechnologies/portabase) [](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 ?
+