1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00

update dokuwiki CMD (FIX #46)

This commit is contained in:
kev 2017-05-30 11:19:31 +08:00
parent 150cf94bb0
commit f15fd9edf0
2 changed files with 2 additions and 2 deletions

View File

@ -36,4 +36,4 @@ VOLUME /var/www/html/conf \
EXPOSE 80
CMD php-fpm && nginx -g 'daemon off;'
CMD php-fpm5 && nginx -g 'daemon off;'

View File

@ -36,4 +36,4 @@ VOLUME /var/www/html/conf \
EXPOSE 80
CMD php-fpm && nginx -g 'daemon off;'
CMD php-fpm5 && nginx -g 'daemon off;'