Merge pull request 'Follow pleroma docs customization advice' (#9) from raziel2244/pleroma-docker:master into master

Reviewed-on: https://memleak.eu/sn0w/pleroma-docker/pulls/9
This commit is contained in:
sn0w 2020-09-04 20:37:23 +00:00
commit f0dde31dee
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ because the project is recompiled at startup if needed.
In general: Prepending `custom.d/` to pleromas customization guides should work all the time.
Check them out in the [pleroma documentation](https://docs.pleroma.social/small_customizations.html#content).
For example: A custom thumbnail now goes into `custom.d/` + `priv/static/instance/thumbnail.jpeg`.
For example: A custom thumbnail now goes into `custom.d/` + `instance/static/instance/thumbnail.jpeg`.
### Patches