add environnement varibales on docker-compose

pull/16/head
DiouxX 8 years ago
parent fb5dc6cf9b
commit 29a1582714

@ -27,9 +27,8 @@ services:
#GLPI Container #GLPI Container
glpi: glpi:
build: ./ image: glpi
image: myglpi container_name : glpi
container_name : myglpi
hostname: glpi hostname: glpi
ports: ports:
- "80:80" - "80:80"
@ -41,5 +40,5 @@ services:
- /etc/timezone:/etc/timezone - /etc/timezone:/etc/timezone
- /etc/localtime:/etc/localtime - /etc/localtime:/etc/localtime
environment: environment:
TIMEZONE: Europe/Brussels - TIMEZONE=Europe/Brussels
restart: always restart: always

Loading…
Cancel
Save