diff --git a/docker-compose.yml b/docker-compose.yml index 1abbb80..a0b704f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,7 +27,7 @@ services: #GLPI Container glpi: - image: glpi + image: diouxx/glpi container_name : glpi hostname: glpi ports: @@ -37,8 +37,8 @@ services: volumes_from: - glpi-data volumes: - - /etc/timezone:/etc/timezone - - /etc/localtime:/etc/localtime + - /etc/timezone:/etc/timezone:ro + - /etc/localtime:/etc/localtime:ro environment: - TIMEZONE=Europe/Brussels restart: always