]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - docker/php/Dockerfile
Add comment about timezone definition
[github/wallabag/wallabag.git] / docker / php / Dockerfile
index b43d40b51e634ed4743ba4170b399149ff0e8276..29d27c3a80ce1a3fa933f824492d0e0f02c1e9d5 100644 (file)
@@ -1,5 +1,6 @@
 FROM php:fpm
 
+# Default timezone. To change it, use the argument in the docker-compose.yml file
 ARG timezone='Europe/Paris'
 
 RUN apt-get update && apt-get install -y \