Fix docker-compose example quoting (fix #1164)

This commit is contained in:
Baptiste Jonglez 2023-07-13 16:53:19 +02:00 committed by zorun
parent f2ac083396
commit 7ef954eaad
2 changed files with 3 additions and 3 deletions

View file

@ -4,8 +4,8 @@ This document describes changes between each past release.
## 6.0.1 (unreleased) ## 6.0.1 (unreleased)
### Fixed
- Nothing changed yet. - Fix docker-compose example (#1164)
## 6.0.0 (2023-07-13) ## 6.0.0 (2023-07-13)

View file

@ -13,7 +13,7 @@ services:
- ALLOW_PUBLIC_PROJECT_CREATION=True - ALLOW_PUBLIC_PROJECT_CREATION=True
- BABEL_DEFAULT_TIMEZONE=UTC - BABEL_DEFAULT_TIMEZONE=UTC
- GREENLET_TEST_CPP=no - GREENLET_TEST_CPP=no
- MAIL_DEFAULT_SENDER="Budget manager <admin@example.com>" - MAIL_DEFAULT_SENDER=Budget manager <admin@example.com>
- MAIL_PASSWORD= - MAIL_PASSWORD=
- MAIL_PORT=25 - MAIL_PORT=25
- MAIL_SERVER=localhost - MAIL_SERVER=localhost