Update README.md

This commit is contained in:
xbdm
2023-07-18 17:17:12 -04:00
committed by GitHub
parent a7966ebee9
commit 23087c548b
-12
View File
@@ -38,18 +38,6 @@ A free open source alternative Wikipedia front-end focused on privacy.
### Deploy with Docker (Simple & Easy, Recommended)
Run wikiless in production with docker-compose:
```
git clone https://github.com/Metastem/wikiless.git wiki
cd wiki
nano wikiless.config (change to your own settings)
nano docker-compose.yml (change your port)
docker-compose pull
docker-compose up -d
```
Wikiless should now be running at <http://localhost:8180>.
Run wikiless in developer with docker-compose:
```
git clone https://github.com/Metastem/wikiless.git wiki