From 7c2833cdccbb08184efc431c55d492d31823f774 Mon Sep 17 00:00:00 2001 From: fnzl54 <85063965+fnzl54@users.noreply.github.com> Date: Wed, 25 Jan 2023 16:13:31 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20https=20=ED=8F=AC=ED=8A=B8=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 091883a..25efeaa 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -35,7 +35,7 @@ services: - static_volume:/backend/static # <-- bind the static volume ports: - "80:8080" - - "433:433" + - "443:443" depends_on: - web networks: