From e56d2713fb2accb6b93783a6600330525ecf098d Mon Sep 17 00:00:00 2001 From: Adolfo Delorenzo Date: Thu, 2 Feb 2023 16:58:51 +0000 Subject: [PATCH] Update 'fastapi/compose.yaml' --- fastapi/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi/compose.yaml b/fastapi/compose.yaml index c481217..343eb05 100644 --- a/fastapi/compose.yaml +++ b/fastapi/compose.yaml @@ -7,5 +7,5 @@ services: environment: PORT: 8000 ports: - - '8000:8000' + - '8010:8000' restart: "no"