Update DOCKER_SETUP.md

pull/6331/head
Shlee 6 days ago committed by GitHub
parent 33497df948
commit 3cc7e836cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -11,13 +11,13 @@ This setup uses `serversideup/php:8.4-fpm-nginx` as the base image and is design
## Quick Start ## Quick Start
1. **Clone and prepare the privledges** 1. **Clone and prepare the privledges**
```bash ```bash
git clone https://github.com/pixelfed/pixelfed git clone https://github.com/pixelfed/pixelfed
cd pixelfed cd pixelfed
sudo chown -R www-data:www-data . sudo chown -R www-data:www-data .
sudo find . -type f -exec chmod 644 {} \; sudo find . -type f -exec chmod 644 {} \;
sudo find . -type d -exec chmod 755 {} \; sudo find . -type d -exec chmod 755 {} \;
``` ```
2. **Copy the environment file:** 2. **Copy the environment file:**
```bash ```bash

Loading…
Cancel
Save