Update DOCKER_SETUP.md

pull/6331/head
Shlee 4 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
1. **Clone and prepare the privledges**
```bash
git clone https://github.com/pixelfed/pixelfed
cd pixelfed
sudo chown -R www-data:www-data .
sudo find . -type f -exec chmod 644 {} \;
sudo find . -type d -exec chmod 755 {} \;
```
```bash
git clone https://github.com/pixelfed/pixelfed
cd pixelfed
sudo chown -R www-data:www-data .
sudo find . -type f -exec chmod 644 {} \;
sudo find . -type d -exec chmod 755 {} \;
```
2. **Copy the environment file:**
```bash

Loading…
Cancel
Save