Actualiser docker-compose.yml.template
This commit is contained in:
parent
f77392b48c
commit
a217a0854c
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ services:
|
||||||
- ./odoo-logs:/var/log/odoo:z
|
- ./odoo-logs:/var/log/odoo:z
|
||||||
|
|
||||||
postgres: # Configuration de notre service PostgreSQL
|
postgres: # Configuration de notre service PostgreSQL
|
||||||
image: postgres15-${POSTGRESQL_PORT}-image:latest # basé sur Image postgres 15 de Docker hub
|
image: postgres15-${POSTGRES_PORT}-image:latest # basé sur Image postgres 15 de Docker hub
|
||||||
container_name: ${POSTGRES_CONTAINER}
|
container_name: ${POSTGRES_CONTAINER}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue