2
3
mirror of https://github.com/octoleo/docker-joomla.git synced 2024-06-02 06:20:47 +00:00

Wrong command for FPM

This commit is contained in:
Michael Babker 2015-07-25 16:11:30 -04:00
parent 294c0247c0
commit 4ed97b851d

View File

@ -28,4 +28,4 @@ COPY joomla-htaccess.txt /joomla-htaccess.txt
COPY makedb.php /makedb.php
ENTRYPOINT ["/entrypoint.sh"]
CMD ["apache2-foreground"]
CMD ["php-fpm"]