Skip to content

Commit

Permalink
Merge pull request #620 from nanasess/fix-m1
Browse files Browse the repository at this point in the history
M1 mac support
  • Loading branch information
chihiro-adachi authored Oct 31, 2022
2 parents 855e703 + fbd795f commit 6d283fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ RUN mkdir -p ${APACHE_DOCUMENT_ROOT} \
&& sed -ri -e "s!DocumentRoot.*!DocumentRoot ${APACHE_DOCUMENT_ROOT}!g" /etc/apache2/apache2.conf /etc/apache2/conf-available/*.conf \
;

# see https://stackoverflow.com/questions/73294020/docker-couldnt-create-the-mpm-accept-mutex/73303983#73303983
RUN echo "Mutex posixsem" >> /etc/apache2/apache2.conf

COPY dockerbuild/docker-php-entrypoint /usr/local/bin/

## Enable SSL
Expand Down

0 comments on commit 6d283fe

Please sign in to comment.