Skip to content

Commit

Permalink
fix: docker-compose.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
LJH098 committed Nov 2, 2024
1 parent 9c6a840 commit 5b72a4a
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 @@ -19,7 +19,7 @@ services:

SpringServer: # Spring Boot 컨테이너
container_name: hyunsolution-server # Spring Boot 컨테이너 이름
image: ${DOCKER_IMAGE_NAME}:latest
image: ${DOCKER_IMAGE_NAME}
ports:
- "8080:8080"
volumes:
Expand Down

0 comments on commit 5b72a4a

Please sign in to comment.