From 339ff3a2b4a9c4e009624954429e7aaa0d6bfcc1 Mon Sep 17 00:00:00 2001 From: DiouxX Date: Mon, 23 Apr 2018 11:48:58 +0200 Subject: [PATCH] Add Read Only to volume timezone and localtime --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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