Update README.md
This commit is contained in:
parent
73843b66ce
commit
ff88786aa2
|
@ -1,7 +1,13 @@
|
||||||
wget https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz
|
wget https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz
|
||||||
|
|
||||||
tar xzvf dokuwiki-stable.tgz
|
tar xzvf dokuwiki-stable.tgz
|
||||||
|
|
||||||
mv dokuwiki content
|
mv dokuwiki content
|
||||||
|
|
||||||
apt install nginx
|
apt install nginx
|
||||||
|
|
||||||
chown -R www-data content
|
chown -R www-data content
|
||||||
|
|
||||||
systemctl stop nginx
|
systemctl stop nginx
|
||||||
|
|
||||||
docker compose --build
|
docker compose --build
|
||||||
|
|
Loading…
Reference in New Issue
Block a user