Skip to content

Commit

Permalink
Merge pull request #5848 from chihiro-adachi/fix-dockerbuild-m1
Browse files Browse the repository at this point in the history
docker containerのm1対応
  • Loading branch information
shinya committed Oct 26, 2022
2 parents 1815e6a + 7f0182e commit b36f749
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 @@ -54,6 +54,8 @@ RUN mkdir -p ${APACHE_DOCUMENT_ROOT} \
RUN a2enmod rewrite headers ssl
# Enable SSL
RUN ln -s /etc/apache2/sites-available/default-ssl.conf /etc/apache2/sites-enabled/default-ssl.conf
# see https://stackoverflow.com/questions/73294020/docker-couldnt-create-the-mpm-accept-mutex/73303983#73303983
RUN echo "Mutex posixsem" >> /etc/apache2/apache2.conf
EXPOSE 443

# Use the default production configuration
Expand Down

0 comments on commit b36f749

Please sign in to comment.