Skip to content

Commit

Permalink
updated port of apache2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdabat committed Jun 24, 2024
1 parent 3eca578 commit df80221
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ RUN chown www-data:www-data /usr/nextcloud/
ENV APACHE_RUN_GROUP=www-data
ENV APACHE_RUN_USER=www-data

RUN sed -i 's/^Listen 80$/Listen 8080/' /etc/apache2/ports.conf

FROM base AS production

COPY ./src/configure.sh /usr/nextcloud/configure.sh
Expand Down

0 comments on commit df80221

Please sign in to comment.