aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-05-01 14:11:05 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-05-01 14:11:05 +0200
commit9457ebea575f0fb6dbd571d4eb2766d21289cea7 (patch)
treece1c3965c8c1a7c8241ef88a0ecdca25444d8e9b /README.md
parentUpdated URL of the project home page. (diff)
downloadnewspipe-9457ebea575f0fb6dbd571d4eb2766d21289cea7.tar.gz
newspipe-9457ebea575f0fb6dbd571d4eb2766d21289cea7.tar.bz2
newspipe-9457ebea575f0fb6dbd571d4eb2766d21289cea7.zip
Removed Dockerfile and docker-compose.yml.
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