mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
more docs help
This commit is contained in:
parent
20ef1c7b94
commit
901d11df60
1 changed files with 8 additions and 0 deletions
|
@ -2,4 +2,12 @@
|
|||
|
||||
* [Setting up a new Pixelfed server with Docker Compose](new-server.md)
|
||||
* [Understanding Pixelfed Container runtimes (Apache, FPM, Nginx + FPM)](runtimes.md)
|
||||
* [Apache](runtimes.md#apache)
|
||||
* [FPM](runtimes.md#fpm)
|
||||
* [Nginx + FPM](runtimes.md#nginx)
|
||||
* [Customizing Docker image](customizing.md)
|
||||
* [Running commands on container start](customizing.md#running-commands-on-container-start)
|
||||
* [Disabling entrypoint or individual scripts](customizing.md#disabling-entrypoint-or-individual-scripts)
|
||||
* [Templating](customizing.md#templating)
|
||||
* [Fixing ownership on startup](customizing.md#fixing-ownership-on-startup)
|
||||
* [Build settings (arguments)](customizing.md#build-settings-arguments)
|
||||
|
|
Loading…
Reference in a new issue