Merge branch 'patch-1' into 'master'

Fix README.md docker-compose command typo

See merge request pleroma/pleroma-docker-compose!2
This commit is contained in:
Matt Burke 2020-06-15 02:21:47 +00:00
commit 1b1c57632c
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.