Add Read Only to volume timezone and localtime

pull/16/head
DiouxX 8 years ago committed by GitHub
parent 16b5b98ce9
commit 339ff3a2b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save