Skip to content

Commit

Permalink
Merge branch '7.0.1.1' of github.com:seb-elico/odoo-docker into 9.0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seb-elico committed Oct 25, 2017
2 parents c3dad3d + d8d5421 commit a73cbcb
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 a73cbcb

Please sign in to comment.