We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 348b050 commit 9d6c40aCopy full SHA for 9d6c40a
Dockerfile
@@ -9,6 +9,8 @@ RUN apk --no-cache add php7 php7-fpm php7-mysqli php7-json php7-openssl php7-cur
9
10
# Configure nginx
11
COPY config/nginx.conf /etc/nginx/nginx.conf
12
+# Remove default server definition
13
+RUN rm /etc/nginx/conf.d/default.conf
14
15
# Configure PHP-FPM
16
COPY config/fpm-pool.conf /etc/php7/php-fpm.d/www.conf
0 commit comments