Update DOCKER_SETUP.md

pull/6331/head
Shlee 3 days ago committed by GitHub
parent b12d41b07d
commit 84bfbb23f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -10,6 +10,15 @@ This setup uses `serversideup/php:8.4-fpm-nginx` as the base image and is design
## Quick Start
0. **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 {} \;
```
1. **Copy the environment file:**
```bash
cp .env.docker.example .env

Loading…
Cancel
Save