pixelfed/docker/README.md

16 lines
980 B
Markdown
Raw Normal View History

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)
2024-01-15 19:20:22 +00:00
* [I already have a SSL certificate, how do I use it?](faq.md#i-already-have-a-proxy-how-do-i-disable-the-included-one)
* [I already have an proxy / how do I disable the Nginx proxy](faq.md#i-already-have-a-ssl-certificate-how-do-i-use-it)
2024-01-15 16:09:07 +00:00
* [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)