1
0
Fork 0
pixelfed/docker/README.md

18 lines
1014 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 23:50:16 +00:00
* [Migrating to the new `docker-compose.yml` setup](migration.md)
2024-01-15 19:43:52 +00:00
* [Frequently Asked Question / FAQ](faq.md)
* [How do I use my own Proxy server?](faq.md#how-do-i-use-my-own-proxy-server)
* [How do I use my own SSL certificate?](faq.md#how-do-i-use-my-own-ssl-certificate)
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)