docs: Update docker commands

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2318>
This commit is contained in:
Ciarán Ainsworth 2023-01-18 14:37:57 +01:00 committed by Marge
commit 258e4ac7ab
25 changed files with 119 additions and 114 deletions

View file

@ -40,7 +40,7 @@ You can install third-party plugins using the `funkwhale-manage` command line in
:::{tab-item} Docker
```{code-block} shell
docker-compose run --rm api funkwhale-manage fw plugins install https://plugin_url.zip
sudo docker compose run --rm api funkwhale-manage fw plugins install https://plugin_url.zip
```
:::