From 6b906362bbe6fa1bdbe16aef03ec292491f646c1 Mon Sep 17 00:00:00 2001 From: Shlee Date: Wed, 12 Nov 2025 15:51:08 +1030 Subject: [PATCH] Update and rename DOCKER_SETUP.md to DOCKER_COMPOSE_SETUP.md --- DOCKER_SETUP.md => DOCKER_COMPOSE_SETUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename DOCKER_SETUP.md => DOCKER_COMPOSE_SETUP.md (97%) diff --git a/DOCKER_SETUP.md b/DOCKER_COMPOSE_SETUP.md similarity index 97% rename from DOCKER_SETUP.md rename to DOCKER_COMPOSE_SETUP.md index 9dcf45a9b..7ec82a279 100644 --- a/DOCKER_SETUP.md +++ b/DOCKER_COMPOSE_SETUP.md @@ -1,4 +1,4 @@ -# Pixelfed Docker Setup with serversideup/php +# Pixelfed Docker Compose Setup with serversideup/php container This setup uses `serversideup/php:8.4-fpm-nginx` as the base image and is designed to work behind a reverse proxy like Cloudflare Tunnel, or Nginx (Proxy Manager) for HTTPS termination.