diff --git a/php-nginx/Dockerfile b/php-nginx/Dockerfile index 2c71c68..4660e60 100644 --- a/php-nginx/Dockerfile +++ b/php-nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:stable-alpine +FROM nginx:1-alpine ENV WEBDIR /var/www/symfony/web ENV CONTROLLER_NAME app_dev