mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
Add comment about timezone definition
This commit is contained in:
parent
612f5f1ec7
commit
b80841f23c
2 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue