From 32e936660932d3e6bed163960b67aeccdf39d087 Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Tue, 19 Mar 2024 15:53:08 +0530 Subject: [PATCH] chore: update test deploy docker compose aio port --- docker-compose.deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.deploy.yml b/docker-compose.deploy.yml index f788ed142..25c34f0f9 100644 --- a/docker-compose.deploy.yml +++ b/docker-compose.deploy.yml @@ -21,7 +21,7 @@ services: hoppscotch-db: condition: service_healthy ports: - - "80:80" + - "3080:80" # The preset DB service, you can delete/comment the below lines if # you are using an external postgres instance