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 0528a5a commit abe2c29Copy full SHA for abe2c29
Dockerfile
@@ -12,6 +12,7 @@ RUN add-apt-repository -y ppa:nginx/stable
12
RUN apt-get update
13
RUN apt-get install -y nginx
14
RUN echo "\ndaemon off;" >> /etc/nginx/nginx.conf
15
+RUN sed -i 's/80 default_server/80/' /etc/nginx/sites-available/default
16
17
# Define mountable directories.
18
VOLUME ["/data", "/etc/nginx/sites-enabled", "/var/log/nginx"]
0 commit comments