Commit 9d88a37c by Ivan

odoo 8 postgres cambiado el usuario odoo > postgres

parent 8f281ec6
Showing with 2 additions and 2 deletions
...@@ -15,7 +15,7 @@ services: ...@@ -15,7 +15,7 @@ services:
image: postgres:9.6.5-alpine image: postgres:9.6.5-alpine
environment: environment:
PGDATA: /var/lib/postgresql/data/pgdata PGDATA: /var/lib/postgresql/data/pgdata
POSTGRES_USER: odoo POSTGRES_USER: postgres
POSTGRES_PASSWORD: P4ssw0rD POSTGRES_PASSWORD: P4ssw0rD
stdin_open: true stdin_open: true
volumes: volumes:
...@@ -28,7 +28,7 @@ services: ...@@ -28,7 +28,7 @@ services:
environment: environment:
PGHOST: db PGHOST: db
PGPASSWORD: P4ssw0rD PGPASSWORD: P4ssw0rD
PGUSER: odoo PGUSER: postgres
stdin_open: true stdin_open: true
volumes: volumes:
- odoo-datadir:/var/lib/odoo - odoo-datadir:/var/lib/odoo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment