diff options
| author | Alexander Kavon <me+git@alexkavon.com> | 2024-01-22 13:44:44 -0500 |
|---|---|---|
| committer | Alexander Kavon <me+git@alexkavon.com> | 2024-01-22 13:44:44 -0500 |
| commit | 4f15e271f541ecd525268efa40992e0f5c057e12 (patch) | |
| tree | c3c7cc20a3699d16cefff8cf114e8e7429a47463 /container-compose.yml | |
| parent | b3c1584ec4a5bcba84a10cd9b6501d0e978c2457 (diff) | |
rebuild commands, update postgres port to standard 5432
Diffstat (limited to 'container-compose.yml')
| -rw-r--r-- | container-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/container-compose.yml b/container-compose.yml index ca53ffa..fe72c6e 100644 --- a/container-compose.yml +++ b/container-compose.yml @@ -20,7 +20,7 @@ services: - POSTGRES_PASSWORD=newsstand - POSTGRES_DB=newsstand ports: - - "9002:5432" + - "5432:5432" volumes: - data:/var/lib/postgresql/data networks: |
