Actualiser docker-compose.yml.template
This commit is contained in:
parent
ddff5836df
commit
49f37baac5
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ services:
|
|||
environment:
|
||||
- POSTGRES_USER=${POSTGRES_USER}
|
||||
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
||||
- POSTGRES_DB=${POSTGRES_DB}
|
||||
- POSTGRES_DB=postgres
|
||||
volumes:
|
||||
- ./odoo-postgresql-data:/var/lib/postgresql/data:z
|
||||
|
||||
Loading…
Reference in a new issue