Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Update DEPLOYMENT_GUIDE.md
Browse files Browse the repository at this point in the history
Add troubleshooting note for SSL configuration issues.
  • Loading branch information
MatthewDorner authored Sep 8, 2018
1 parent 65d2af7 commit 70c64b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DEPLOYMENT_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ Run `docker-compose ps`. Note the `State` column of the command's output.
or something similar: the port `80` is in use already. Either find which application uses that and free the port
or edit the `docker-compose.yml` and change the `"80:80"` into `"<another port which is free>:80"`.

### Nginx container shuts down soon after being started

Usually due to SSL configuration being incorrect. Either 'auto' configuration and the cert generation is failing, or 'self' and the cert files are not placed correctly. Viewing the container's log output should provide more info.

# **The Data Folder**

This folder contains all the data needed to be available should the containers be shutdown, or restarted for any reason. It should contain after startup, the following:
Expand Down

0 comments on commit 70c64b4

Please sign in to comment.