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:
parent
150cf94bb0
commit
f15fd9edf0
@ -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;'
|
||||
|
@ -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;'
|
||||
|
Loading…
Reference in New Issue
Block a user