We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377f24f commit 6eb3a9bCopy full SHA for 6eb3a9b
1 file changed
nginx/Dockerfile
@@ -5,7 +5,7 @@ MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
5
ADD nginx.conf /etc/nginx/
6
ADD laravel.conf /etc/nginx/sites-available/
7
8
-RUN echo "upstream php-upstream { server php:9000; }" > /etc/nginx/conf.d/upstream.conf
+RUN echo "upstream php-upstream { server php-fpm:9000; }" > /etc/nginx/conf.d/upstream.conf
9
10
RUN usermod -u 1000 www-data
11
0 commit comments