Skip to content

Commit

Permalink
fix: docker compose 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin0o0 committed Nov 5, 2023
1 parent fd977d7 commit 962d66e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ services:
khumon:
container_name: khumon
image: chy0310/khumon
expose:
- "8080"
ports:
- 8080:8080
depends_on:
- redis
nginx:
container_name: nginx
image: chy0310/nginx
ports:
- "8080:8080"
depends_on:
- khumon

Expand Down
1 change: 0 additions & 1 deletion src/main/java/com/teamh/khumon/util/MediaUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

@Slf4j
@Component
@RequiredArgsConstructor
public class MediaUtil {

private final String MAIN_DIR_NAME = System.getProperty("user.dir") + File.separator + "src" + File.separator + "main" + File.separator + "resources" + File.separator + "static";
Expand Down

0 comments on commit 962d66e

Please sign in to comment.