Fix README.md docker-compose command typo

This commit is contained in:
Matt Burke 2020-06-15 02:21:28 +00:00
parent 27aee8a0b2
commit 015e7b2f8e
1 changed files with 1 additions and 1 deletions

View File

@ -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.