Skip to content

Commit

Permalink
chore: docker-compose.yml 파일 변경 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
junseoplee committed Sep 9, 2024
1 parent ac9022d commit 9334de8
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
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:
springboot:
container_name: someup # ec2내에서 동작하는 컨테이너명
image: {docker-username}/{docker_repo}:latest
image: junseoplee/someup:latest
ports:
- 8080:8080
environment:
Expand Down

0 comments on commit 9334de8

Please sign in to comment.