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

Loading…
Cancel
Save