From af1d43ddf332b5bf2a33213d0b7f689da8309aa1 Mon Sep 17 00:00:00 2001 From: Sean Morley <98704938+seanmorley15@users.noreply.github.com> Date: Sun, 12 Jan 2025 09:32:08 -0500 Subject: [PATCH] Update docker.md --- documentation/docs/install/docker.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/docs/install/docker.md b/documentation/docs/install/docker.md index 43fe68f..b46201d 100644 --- a/documentation/docs/install/docker.md +++ b/documentation/docs/install/docker.md @@ -37,6 +37,7 @@ Here is a summary of the configuration options available in the `docker-compose. | `PGDATABASE` | Yes | Database. | database | | `PGUSER` | Yes | Database user. | adventure | | `PGPASSWORD` | Yes | Database password. | changeme123 | +| `PGPORT` | No | Database port. | 5432 | | `DJANGO_ADMIN_USERNAME` | Yes | Default username. | admin | | `DJANGO_ADMIN_PASSWORD` | Yes | Default password, change after inital login. | admin | | `DJANGO_ADMIN_EMAIL` | Yes | Default user's email. | admin@example.com |