Skip to content

Commit

Permalink
Merge pull request #9 from dnd-side-project/chore
Browse files Browse the repository at this point in the history
Chore: api 서버 도커 컨테이너 8080 포트포워딩 제거
  • Loading branch information
abc5259 authored Jul 24, 2024
2 parents 32691b3 + e37197c commit bb1b43c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ services:
dnd-server:
image: "${REGISTRY_URL}/dnd-server:latest"
container_name: dnd
ports:
- "8080:8080"
networks:
- dnd
restart: on-failure
Expand Down

0 comments on commit bb1b43c

Please sign in to comment.