Skip to content

Commit

Permalink
Merge branch 'master' of github.com:joshpj/pleroma-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
joshpj committed Jul 30, 2019
2 parents 1cc6fcd + 600903d commit 5cfeca7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Docker config for Pleroma OTP releases
## Requirements:
* docker
* docker-compose
* openssl

## Setup:
```
Expand All @@ -13,15 +14,20 @@ You'll be prompted to answer the Pleroma config questions as part of setup.
Two questions are particularly important to answer correctly.

> What is the hostname of your database?
Make sure to answer "db" instead of the default "localhost":

> What ip will the app listen to (leave it if you are using the default setup with nginx)?
Make sure to answer "0.0.0.0" instead of the default "127.0.0.1":

If you want to change your hostname or ports, you will need to edit:
* `docker-compose.yml`
* `volumes/config/nginx/pleroma.conf` (after generating the config)
Setup will generate a self-signed certificate for nginx to use.

If you want to change the certificate, hostname, or ports, you will need to edit:
* `volumes/config/nginx/pleroma.conf` (after setup generates the initial config)

If you want to change ports or your host's listen addresses, you will also need to edit:
* `docker-compose.yml`

## Starting the server
```
Expand Down

0 comments on commit 5cfeca7

Please sign in to comment.