aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/README.md b/README.md
index ee043633..3f416751 100644
--- a/README.md
+++ b/README.md
@@ -80,16 +80,6 @@ $ export NEWSPIPE_CONFIG=postgresql.py
For production you can use [Gunicorn](https://gunicorn.org) or ``mod_wsgi``.
-### Deployment with Docker
-
-```bash
-$ git clone https://git.sr.ht/~cedric/newspipe
-$ cd newspipe/
-$ docker-compose up
-```
-
-The login will be *admin* and the password *password*.
-
## License
bgstack15