Skip to content

Commit b9b0dbd

Browse files
committed
rename docker project
1 parent c6c35f5 commit b9b0dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def get_compose_command() -> str:
4040
# Use local docker-compose.yml file
4141
if override_file.exists():
4242
return f"docker compose -p infrahub -f {local_compose_file} -f {override_file}"
43-
return f"docker compose -p infrahub -f {local_compose_file}"
43+
return f"docker compose -p infrahub-bundle-dc -f {local_compose_file}"
4444

4545
# Fall back to downloading from infrahub.opsmill.io
4646
# Determine the base URL based on edition

0 commit comments

Comments
 (0)