aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-08-18 20:15:31 +0100
committerGravatar Chris Lovering <[email protected]>2024-08-18 20:15:31 +0100
commitb7e948bb0bfed8a2c3989f28881021087aeef6e7 (patch)
tree7153f0953ad7f190ef2cfe06e6837cbd50760250 /docker-compose.yml
parentAdd some blur to the card titles (diff)
Forward correct path to localhost in compose file
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 3605c7a..48bc52e 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -29,7 +29,7 @@ services:
BACKEND_DATABASE_URL: postgresql+psycopg_async://thallium:thallium@postgres:5432/thallium
BACKEND_TOKEN: suitable-for-development-only
ports:
- - "8000:80"
+ - "8000:8000"
depends_on:
postgres:
condition: service_healthy