mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 08:13:16 +00:00
20 lines
373 B
Markdown
20 lines
373 B
Markdown
# Pixelfed + Docker + Docker Compose
|
|
|
|
## Prerequisites
|
|
|
|
* One of the `docker-compose.yml` files in this directory
|
|
* A copy of the `example.env` file named `.env` next to `docker-compose.yml`
|
|
|
|
Your folder should look like this
|
|
|
|
```plain
|
|
.
|
|
├── .env
|
|
└── docker-compose.yml
|
|
```
|
|
|
|
## Modifying your settings (`.env` file)
|
|
|
|
* `APP_NAME`
|
|
* `APP_DOMAIN`
|
|
* `DB_PASSWORD`
|