Merge pull request #1413 from albertsun/patch-1

Fix typo in link the the docker-compose postgresql example

Dominik Sander vor 9 Jahren
Ursprung
Commit
68d9a6a32b
1 geänderte Dateien mit 1 neuen Zeilen und 1 gelöschten Zeilen
  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.