Skip to content

Commit

Permalink
chore: docker-compose.yml 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
somin-jeong committed Nov 26, 2024
1 parent aae5593 commit 72e4f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
web:
container_name: inandout-container
image: inandoutswyp/inandout:latest
image: ${DOCKER_HUB_USERNAME}/${DOCKER_HUB_REPO_NAME}:latest
env_file:
- .env
expose:
Expand Down

0 comments on commit 72e4f7f

Please sign in to comment.