Wellington dos Santos Ramos
Wellington dos Santos Ramos
I'm facing this same issue. Any update for it?
Any news about this? I'm facing this issue using docker-compose. I'm using Ubuntu for Windows Pro by the Hyper-v. Please. I really don't know what to do
DOCKER FILE FROM php:7.1-apache # Setup timezone ENV TZ=Europe/Dublin RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN echo "date.timezone=$TZ" >> /usr/local/etc/php/conf.d/default.ini # Update sources RUN apt-get update...