forked from wallabag/wallabag
Add comment about timezone definition
This commit is contained in:
@ -15,6 +15,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: docker/php
|
context: docker/php
|
||||||
args:
|
args:
|
||||||
|
# Set here your timezone using one of this: http://php.net/manual/en/timezones.php
|
||||||
timezone: 'Europe/Monaco'
|
timezone: 'Europe/Monaco'
|
||||||
ports:
|
ports:
|
||||||
- "9000:9000"
|
- "9000:9000"
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
FROM php:fpm
|
FROM php:fpm
|
||||||
|
|
||||||
|
# Default timezone. To change it, use the argument in the docker-compose.yml file
|
||||||
ARG timezone='Europe/Paris'
|
ARG timezone='Europe/Paris'
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
|||||||
Reference in New Issue
Block a user