From d8d542124500e65a7a59b3d92d06214d7039e2fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Maillard?= Date: Wed, 25 Oct 2017 11:36:19 +0800 Subject: [PATCH] Typo: volume was under ENV section --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c185cd5c..4a98ccc0 100644 --- a/README.md +++ b/README.md @@ -330,10 +330,10 @@ The `docker-compose.yml` should look like: image: postgres:9.5 volumes: - ./volumes/postgres:/var/lib/postgresql/data + - /etc/passwd:/etc/passwd:ro environment: - POSTGRES_USER=postgres - POSTGRES_PASSWORD=strong_pg_superuser_password - - /etc/passwd:/etc/passwd:ro user: 1001:1001 odoo: @@ -445,10 +445,10 @@ as well as all the Git repositories it depends on, you can use the following image: postgres:9.5 volumes: - ./volumes/postgres:/var/lib/postgresql/data + - /etc/passwd:/etc/passwd:ro environment: - POSTGRES_USER=postgres - POSTGRES_PASSWORD=strong_pg_superuser_password - - /etc/passwd:/etc/passwd:ro user: 1001:1001 odoo: @@ -517,10 +517,10 @@ The `docker-compose.yml` should look like: image: postgres:9.5 volumes: - ./volumes/postgres:/var/lib/postgresql/data + - /etc/passwd:/etc/passwd:ro environment: - POSTGRES_USER=postgres - POSTGRES_PASSWORD=strong_pg_superuser_password - - /etc/passwd:/etc/passwd:ro user: 1001:1001 odoo: