Skip to content

Commit

Permalink
Update: 로그 파일 볼륨 마운트 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
BYEONGRYEOL committed Jun 4, 2024
1 parent d1d5e81 commit 3dc49de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ services:
genti:
image: byeongryeol/genti-dev:latest
container_name: genti-dev
volumes:
- ./home/ubuntu/workspace/logs:/logs # 로그 경로 마운트
ports:
- ${SERVER_BINDING_PORT}:${SERVER_CONTAINER_PORT}
redis:
Expand Down

0 comments on commit 3dc49de

Please sign in to comment.