X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2Fdocs%2Finstallation%2Ffrontends.include;h=6da4018a99dcf587ce4d02173573ec90c49f7f5c;hb=565ead8397f01a57acd35142d66a5ee3985f68cf;hp=585be71aeb4a78fd7aaf982741ec9b204bc6e970;hpb=25111bb407f9e94939160258f8a8ad59ed04f93f;p=akkoma diff --git a/docs/docs/installation/frontends.include b/docs/docs/installation/frontends.include index 585be71ae..6da4018a9 100644 --- a/docs/docs/installation/frontends.include +++ b/docs/docs/installation/frontends.include @@ -21,5 +21,11 @@ For most installations, the following will suffice: mix pleroma.frontend install admin-fe --ref stable ``` +=== "Docker" + ```sh + ./docker-resources/manage.sh mix pleroma.frontend install pleroma-fe --ref stable + ./docker-resources/manage.sh mix pleroma.frontend install admin-fe --ref stable + ``` + For more customised installations, refer to [Frontend Management](../../configuration/frontend_management)