mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 18:06:36 +02:00
update dokuwiki
This commit is contained in:
parent
ade48825a1
commit
b139877046
@ -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;'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user