Commit 69eb79d4 by Ivan

odoo 8 vuelvo a montar en /var/lib/postgresql

parent 3c8a1bdb
Showing with 1 additions and 2 deletions
......@@ -14,12 +14,11 @@ services:
db:
image: postgres:9.6.5-alpine
environment:
PGDATA: /var/lib/postgresql/data/pgdata
POSTGRES_USER: odoo
POSTGRES_PASSWORD: P4ssw0rD
stdin_open: true
volumes:
- odoo-pg-data:/var/lib/postgresql/data/pgdata
- odoo-pg-data:/var/lib/postgresql
tty: true
labels:
io.rancher.container.pull_image: always
......
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