Skip to content

Commit

Permalink
Merge branch 'prod' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfredRosenthal committed Apr 26, 2023
2 parents 260091a + c81865e commit 790d16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ In this case, make sure your timezone is correct and matches that of docker and

## Database Container Wont Start

If you already had PSQL installed, it is likely that the default port `5432` is already in use and the instance running in Docker fails because it can't acquire that port.
If you already had PostgreSQL (PSQL) installed, it is likely that the default port `5432` is already in use and the instance running in Docker fails because it can't acquire that port.

- You can either stop the existing PSQL service, freeing up the port for Dockers use.
- Or alter the `DB_PORT` environment variable in `.env` to something not in use (ex: `5433`).
Expand Down

0 comments on commit 790d16d

Please sign in to comment.