|  |  | @ -27,7 +27,7 @@ services: | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | #GLPI Container |  |  |  | #GLPI Container | 
			
		
	
		
		
			
				
					
					|  |  |  |   glpi: |  |  |  |   glpi: | 
			
		
	
		
		
			
				
					
					|  |  |  |     image: glpi |  |  |  |     image: diouxx/glpi | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |     container_name : glpi |  |  |  |     container_name : glpi | 
			
		
	
		
		
			
				
					
					|  |  |  |     hostname: glpi |  |  |  |     hostname: glpi | 
			
		
	
		
		
			
				
					
					|  |  |  |     ports: |  |  |  |     ports: | 
			
		
	
	
		
		
			
				
					|  |  | @ -37,8 +37,8 @@ services: | 
			
		
	
		
		
			
				
					
					|  |  |  |     volumes_from: |  |  |  |     volumes_from: | 
			
		
	
		
		
			
				
					
					|  |  |  |       - glpi-data |  |  |  |       - glpi-data | 
			
		
	
		
		
			
				
					
					|  |  |  |     volumes: |  |  |  |     volumes: | 
			
		
	
		
		
			
				
					
					|  |  |  |       - /etc/timezone:/etc/timezone |  |  |  |       - /etc/timezone:/etc/timezone:ro | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       - /etc/localtime:/etc/localtime |  |  |  |       - /etc/localtime:/etc/localtime:ro | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |     environment: |  |  |  |     environment: | 
			
		
	
		
		
			
				
					
					|  |  |  |       - TIMEZONE=Europe/Brussels |  |  |  |       - TIMEZONE=Europe/Brussels | 
			
		
	
		
		
			
				
					
					|  |  |  |     restart: always |  |  |  |     restart: always | 
			
		
	
	
		
		
			
				
					|  |  | 
 |