From 220ffd5ab4e647bc4aa2cd3ca21880ec3809efac Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 12 Nov 2025 15:28:00 +1100 Subject: [PATCH] updated install guide --- DOCKER_SETUP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DOCKER_SETUP.md b/DOCKER_SETUP.md index 74add4739..8e759cacc 100644 --- a/DOCKER_SETUP.md +++ b/DOCKER_SETUP.md @@ -14,6 +14,7 @@ This setup uses `serversideup/php:8.4-fpm-nginx` as the base image and is design ```bash git clone https://github.com/pixelfed/pixelfed cd pixelfed + sudo chown -R www-data:www-data storage/ bootstrap/cache/ ``` 1. **Copy the environment file:**