diff options
author | 2024-08-18 20:15:31 +0100 | |
---|---|---|
committer | 2024-08-18 20:15:31 +0100 | |
commit | b7e948bb0bfed8a2c3989f28881021087aeef6e7 (patch) | |
tree | 7153f0953ad7f190ef2cfe06e6837cbd50760250 | |
parent | Add some blur to the card titles (diff) |
Forward correct path to localhost in compose file
-rw-r--r-- | docker-compose.yml | 2 |
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 |