Skip to content

Commit

Permalink
[IDLE-000] 볼륨 마운트 대상 host path에 절대 경로 지정하도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjunYou committed Sep 15, 2024
1 parent 0c31598 commit 6494c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions idle-presentation/compose-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ services:
image: public.ecr.aws/${ECR_REGISTRY_ALIAS}/idle-ecr:${VERSION:-latest}
volumes:
- mysql-volume:/var/lib/mysql
- /home/ubuntu/usr/bin/chromedriver:/usr/bin
- /home/ubuntu/usr/bin/chromium-browser:/usr/bin
- /home/ubuntu/usr/bin/chromedriver:/usr/bin/chromedriver
- /home/ubuntu/usr/bin/chromium-browser:/usr/bin/chromium-browser
environment:
- VERSION=${VERSION:-latest}
- SPRING_PROFILES_ACTIVE=dev
Expand Down

0 comments on commit 6494c4a

Please sign in to comment.