2024-01-06 14:19:36 +00:00
|
|
|
# Pixelfed + Docker + Docker Compose
|
|
|
|
|
2024-01-15 16:09:07 +00:00
|
|
|
* [Setting up a new Pixelfed server with Docker Compose](new-server.md)
|
|
|
|
* [Understanding Pixelfed Container runtimes (Apache, FPM, Nginx + FPM)](runtimes.md)
|
2024-01-15 16:16:58 +00:00
|
|
|
* [Apache](runtimes.md#apache)
|
|
|
|
* [FPM](runtimes.md#fpm)
|
|
|
|
* [Nginx + FPM](runtimes.md#nginx)
|
2024-01-15 16:09:07 +00:00
|
|
|
* [Customizing Docker image](customizing.md)
|
2024-01-15 16:16:58 +00:00
|
|
|
* [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)
|