[ADD]Postgre : custom image with fr locale
This commit is contained in:
parent
4a81995908
commit
56989c3253
@ -1,7 +1,8 @@
|
||||
version: '2'
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:9.5
|
||||
build: ../postgres
|
||||
image: frpg:9.5
|
||||
environment:
|
||||
POSTGRES_USER: odoo
|
||||
POSTGRES_PASSWORD: somethingToChange
|
||||
|
5
postgres/Dockerfile
Normal file
5
postgres/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM postgres:9.5
|
||||
MAINTAINER Fabien Bourgeois <fabien@yaltik.com>
|
||||
|
||||
RUN localedef -i de_DE -c -f UTF-8 -A /usr/share/locale/locale.alias fr_FR.UTF-8
|
||||
ENV LANG fr_FR.utf8
|
Loading…
x
Reference in New Issue
Block a user