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 0a03608 commit 685a713Copy full SHA for 685a713
cfgov/apache/dockerfile
@@ -6,7 +6,7 @@ COPY ./conf.d /usr/local/apache2/conf.d
6
COPY ./conf.modules.d /usr/local/apache2/conf.modules.d
7
8
# Add Apache ENV variables
9
-ENV APACHE_PORT="80"
+ENV APACHE_PORT="8080"
10
ENV APACHE_USER="www-data"
11
ENV APACHE_GROUP="www-data"
12
ENV APACHE_SERVER_ROOT="/usr/local/apache2/"
@@ -21,6 +21,6 @@ ENV CFGOV_APPLICATION_HOST="localhost"
21
22
EXPOSE 80
23
24
-USER www-data
+USER apache
25
26
CMD ["httpd-foreground"]
0 commit comments