You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-06-14 23:55:02 +02:00
update dokuwiki CMD (FIX #46)
This commit is contained in:
@ -36,4 +36,4 @@ VOLUME /var/www/html/conf \
|
|||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
CMD php-fpm && nginx -g 'daemon off;'
|
CMD php-fpm5 && nginx -g 'daemon off;'
|
||||||
|
@ -36,4 +36,4 @@ VOLUME /var/www/html/conf \
|
|||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
CMD php-fpm && nginx -g 'daemon off;'
|
CMD php-fpm5 && nginx -g 'daemon off;'
|
||||||
|
Reference in New Issue
Block a user