mirror of https://github.com/pixelfed/pixelfed.git
21 lines
373 B
Markdown
21 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`
|