From 2310a75a55a8e30dc9fb6436271536913724d608 Mon Sep 17 00:00:00 2001 From: GaBaljaintheroom Date: Wed, 4 Oct 2023 13:21:03 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=EC=98=A4=ED=83=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 4 ++-- nginx/dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index fac53ad..447059c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -115,8 +115,8 @@ services: - RABBITMQ_USER=guest - RABBITMQ_PASSWORD=guest ports: - - "5672:5672" # Default Port - - "15672:15672" # For UI + - "5672:5672" + - "15672:15672" depends_on: - ai_backend networks: diff --git a/nginx/dockerfile b/nginx/dockerfile index d1a8bd1..e9ed5ad 100644 --- a/nginx/dockerfile +++ b/nginx/dockerfile @@ -5,4 +5,4 @@ FROM nginx:latest RUN rm /etc/nginx/conf.d/default.conf COPY nginx.conf /etc/nginx/conf.d -CMD ["nginx", "-g", "daemo리n off;"] \ No newline at end of file +CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file