diff --git a/README.md b/README.md index c0eb4d3..cbf5147 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ wget https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz + tar xzvf dokuwiki-stable.tgz + mv dokuwiki content + apt install nginx + chown -R www-data content + systemctl stop nginx + docker compose --build