Commit 23789190 by Ivan

odoo 8 postgres revertido el usuario postgres > odoo

parent 9d88a37c
Showing with 2 additions and 2 deletions
......@@ -15,7 +15,7 @@ services:
image: postgres:9.6.5-alpine
environment:
PGDATA: /var/lib/postgresql/data/pgdata
POSTGRES_USER: postgres
POSTGRES_USER: odoo
POSTGRES_PASSWORD: P4ssw0rD
stdin_open: true
volumes:
......@@ -28,7 +28,7 @@ services:
environment:
PGHOST: db
PGPASSWORD: P4ssw0rD
PGUSER: postgres
PGUSER: odoo
stdin_open: true
volumes:
- 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