Skip to content

Commit

Permalink
Turning on logs
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-constine-ttd committed Jan 27, 2025
1 parent 4c4b95e commit 815b78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare_resources_for_e2e_docker_compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ mkdir -p "${OPTOUT_MOUNT}" && chmod 777 "${OPTOUT_MOUNT}"
chmod 777 "${CORE_RESOURCE_FILE_DIR}/init-aws.sh"
chmod 777 "${OPTOUT_RESOURCE_FILE_DIR}/init-aws.sh"

docker compose --profile "${OPERATOR_TYPE}" -f "${DOCKER_COMPOSE_FILE}" up -d --wait
docker compose --profile "${OPERATOR_TYPE}" -f "${DOCKER_COMPOSE_FILE}" up --wait
docker ps -a
docker network ls

0 comments on commit 815b78f

Please sign in to comment.