diff --git a/docker-compose.yml b/docker-compose.yml old mode 100644 new mode 100755 index 0320acb..b2629db --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,7 +17,7 @@ services: container_name: truncgil-finance-web restart: always ports: - - "8081:80" + - "8088:80" volumes: - .:/var/www - ./nginx/default.conf:/etc/nginx/conf.d/default.conf diff --git a/dockerfile b/dockerfile index f140fe9..84fd1d4 100755 --- a/dockerfile +++ b/dockerfile @@ -15,10 +15,7 @@ RUN apt-get update && apt-get install -y \ libxml2-dev \ zip \ cron \ - ntp \ && service cron start && \ - ntpd -gq && \ - ntpd && \ docker-php-ext-install pdo_mysql mbstring exif pcntl bcmath gd \ && echo "* * * * * cd /var/www && php /var/www/artisan run-all-fetchs >> /dev/null 2>&1" >> /etc/cron.d/laravel-cron \ && chmod 0644 /etc/cron.d/laravel-cron \