From c33a3cdccc9c6f753f88ccb4e7cf2154d4038d07 Mon Sep 17 00:00:00 2001 From: Anton Evangelatov Date: Thu, 25 Jul 2019 15:47:27 +0200 Subject: [PATCH] changelog: fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00393f52fb..723c58b93d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ ### Notes -- **Docker users:** The `$PASSWORD` and `$DATADIR` environment variables are not supported anymore since this release. From now on you should mount the password or data dirctories as a volume. For example: +- **Docker users:** The `$PASSWORD` and `$DATADIR` environment variables are not supported anymore since this release. From now on you should mount the password or data directories as volumes. For example: ```bash $ docker run -it -v $PWD/hostdata:/data \ -v $PWD/password:/password \