Commit fb66ed92 by Ivan

Odoo 10 1.0 cambiado pgdata por data

parent 9a29119a
......@@ -7,9 +7,9 @@ volumes:
odoo-pg-data:
driver: rancher-nfs
odoo-tools:
driver: local
driver: rancher-nfs
odoo-conf:
driver: local
driver: rancher-nfs
services:
db-data:
image: postgres:9.4
......@@ -28,7 +28,7 @@ services:
db:
image: postgres:9.4
environment:
PGDATA: /var/lib/postgresql/pgdata
PGDATA: /var/lib/postgresql/data
POSTGRES_USER: odoo
POSTGRES_PASSWORD: P4ssw0rD
stdin_open: true
......
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