Skip to content

Commit

Permalink
Typo: volume was under ENV section
Browse files Browse the repository at this point in the history
  • Loading branch information
seb-elico committed Oct 25, 2017
1 parent 369ff8a commit d8d5421
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit d8d5421

Please sign in to comment.