Skip to content

Commit

Permalink
refactor: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom committed Oct 4, 2023
1 parent 37d3e8a commit 2310a75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion nginx/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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;"]
CMD ["nginx", "-g", "daemon off;"]

0 comments on commit 2310a75

Please sign in to comment.