Skip to content

Commit

Permalink
[DDING-001] compose runner 동작 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjunYou committed Oct 10, 2024
1 parent 5509584 commit b6898e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public void run(ApplicationArguments args) throws Exception {
processBuilder.command(
"docker-compose",
"-f", "/var/app/current/promtail/promtail-docker-compose.yml",
"-f", "/var/app/current/nodeexporter/node-exporter-compose.yml",
"-f", "/var/app/current/nodeexporter/node-exporter-docker-compose.yml",
"up",
"-d"
);
Expand Down

0 comments on commit b6898e5

Please sign in to comment.