|
|
|
@ -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
|
|
|
|
|