Skip to content
Snippets Groups Projects
Unverified Commit 91f08398 authored by vmaubert's avatar vmaubert Committed by GitHub
Browse files

chore(postgres): modifie la version pour inclure la locale française (#545)

parent a142eaaf
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ services:
db:
container_name: camino_api_db
image: postgres:12-alpine
image: postgres:12
environment:
PGUSER: ${PGUSER}
expose:
......
......@@ -21,7 +21,7 @@ services:
db:
container_name: camino_api_db
image: postgres:12-alpine
image: postgres:12
environment:
PGUSER: ${PGUSER}
POSTGRES_PASSWORD: ${PGPASSWORD}
......
......@@ -17,7 +17,7 @@ services:
db:
container_name: camino_api_db
image: postgres:12-alpine
image: postgres:12
environment:
PGUSER: ${PGUSER}
expose:
......
......@@ -23,7 +23,7 @@ services:
db:
container_name: camino_api_db
image: postgres:12-alpine
image: postgres:12
environment:
PGUSER: ${PGUSER}
expose:
......
......@@ -24,7 +24,7 @@ services:
db:
container_name: camino_api_db
image: postgres:12-alpine
image: postgres:12
environment:
PGUSER: ${PGUSER}
expose:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment