Skip to content

Commit 344e202

Browse files
authored
Merge pull request #490 from whqtker/hotfix/fix-docker-compose
fix: config.alloy 경로 수정
2 parents 5e99dfd + 5dc19c3 commit 344e202

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ services:
4141
- "12345:12345"
4242
volumes:
4343
- ./logs:/var/log/spring
44-
- ./docs/config.alloy:/etc/alloy/config.alloy:ro
44+
- ./docs/infra-conf/config.alloy:/etc/alloy/config.alloy:ro
4545
environment:
4646
- ALLOY_ENV=dev

docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ services:
4040
- "12345:12345"
4141
volumes:
4242
- ./logs:/var/log/spring
43-
- ./docs/config.alloy:/etc/alloy/config.alloy:ro
43+
- ./docs/infra-config/config.alloy:/etc/alloy/config.alloy:ro
4444
environment:
4545
- ALLOY_ENV=production

0 commit comments

Comments
 (0)