From 015e7b2f8efb713a9c4e5b0c5b11e1a6901f779d Mon Sep 17 00:00:00 2001 From: Matt Burke Date: Mon, 15 Jun 2020 02:21:28 +0000 Subject: [PATCH] Fix README.md docker-compose command typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c0979c..6b2edee 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ You will need to edit the `./environments/pleroma/pleroma.env` and replace the ` After, start the containers with: ``` -# docker-compuse up -d +# docker-compose up -d ``` After pleroma initializes it should be available to proxy to on port 4000.