Skip to content

Commit 685a713

Browse files
change apache port
1 parent 0a03608 commit 685a713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cfgov/apache/dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY ./conf.d /usr/local/apache2/conf.d
66
COPY ./conf.modules.d /usr/local/apache2/conf.modules.d
77

88
# Add Apache ENV variables
9-
ENV APACHE_PORT="80"
9+
ENV APACHE_PORT="8080"
1010
ENV APACHE_USER="www-data"
1111
ENV APACHE_GROUP="www-data"
1212
ENV APACHE_SERVER_ROOT="/usr/local/apache2/"
@@ -21,6 +21,6 @@ ENV CFGOV_APPLICATION_HOST="localhost"
2121

2222
EXPOSE 80
2323

24-
USER www-data
24+
USER apache
2525

2626
CMD ["httpd-foreground"]

0 commit comments

Comments
 (0)