pixelfed/contrib/docker-compose/README.md
Christian Winther 215b49ea3d rename2
2024-01-05 16:27:11 +00:00

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`