Merge pull request #1413 from albertsun/patch-1

Fix typo in link the the docker-compose postgresql example

Dominik Sander 9 年 前
コミット
68d9a6a32b
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      docker/README.md

+ 1 - 1
docker/README.md

@@ -9,4 +9,4 @@ This image runs all processes needed by Huginn in one container, when the databa
9 9
 
10 10
 #### [cantino/huginn-single-process](single-process/README.md) multiple container image
11 11
 
12
-This image runs just one process per container and thus needs at least two container to be started, one for the Huginn application server and one for the threaded background worker. It is also possible to every background worker in a separate container to improve the performance. See [the PostgreSQL docker-compose configuration](single-process/postgres.yml) for an example.
12
+This image runs just one process per container and thus needs at least two container to be started, one for the Huginn application server and one for the threaded background worker. It is also possible to every background worker in a separate container to improve the performance. See [the PostgreSQL docker-compose configuration](single-process/postgresql.yml) for an example.