Skip to content

Commit

Permalink
chore: 서버 포트 명시
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangwook02 committed Jan 16, 2024
1 parent 00296da commit fbc1d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ services:
image: ${DOCKERHUB_USERNAME}/infra_practice_server:latest
container_name: deploy_container
restart: always
expose:
- 8080
ports:
- "8080:8080"
network_mode: host
env_file:
- .env
Expand Down

0 comments on commit fbc1d67

Please sign in to comment.