update dokuwiki

This commit is contained in:
kev 2022-01-24 12:04:17 +08:00
parent ade48825a1
commit b139877046
2 changed files with 10 additions and 9 deletions

View File

@ -13,14 +13,14 @@ RUN set -xe \
gzip \
nginx \
openssl \
php8-fpm \
php8-json \
php8-openssl \
php8-pdo_sqlite \
php8-session \
php8-sqlite3 \
php8-xml \
php8-zlib \
php7-fpm \
php7-json \
php7-openssl \
php7-pdo_sqlite \
php7-session \
php7-sqlite3 \
php7-xml \
php7-zlib \
tar \
&& wget -O- http://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz | tar xz --strip 1 \
&& chown -R nobody:nobody .
@ -38,4 +38,4 @@ VOLUME /var/www/html/conf \
EXPOSE 80
CMD php-fpm8 && nginx -g 'daemon off;'
CMD php-fpm7 && nginx -g 'daemon off;'

View File

@ -9,6 +9,7 @@ dokuwiki
```bash
$ docker run -d -p 8000:80 --restart always --name dokuwiki vimagick/dokuwiki
$ curl http://localhost:8000/install.php
```
## Backup