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 1867228 commit a3cd96eCopy full SHA for a3cd96e
Dockerfile.alpine
@@ -8,7 +8,8 @@ RUN apk add --no-cache --virtual .run-deps \
8
9
# Configure Nginx and apply fix for very long server names
10
RUN echo "daemon off;" >> /etc/nginx/nginx.conf \
11
- && sed -i 's/^http {/&\n server_names_hash_bucket_size 128;/g' /etc/nginx/nginx.conf
+ && sed -i 's/^http {/&\n server_names_hash_bucket_size 128;/g' /etc/nginx/nginx.conf \
12
+ && sed -i 's/worker_processes 1/worker_processes auto/' /etc/nginx/nginx.conf
13
14
# Install Forego
15
ADD https://github.com/jwilder/forego/releases/download/v0.16.1/forego /usr/local/bin/forego
0 commit comments