monosoul jooq plugin-docker registry 변경
확인을 해보니 windows 기준으로 해당 플러그인은 C:\Users\username\.testcontainers.properties 을 참조합니다.CI/CD 파이프라인을 구축하면서 OS 마다 .testcontainers.properties 위치를 찾아 내용을 변경하는 작업이 번거롭기 때문에 소스 코드 저장소 내에 .testcontainers.properties을 추가해서 해당 파일을 참조하게 하고 싶습니다. 프로젝트 루트 경로, src/main/resources/.testcontainers.properties, src/test/resources/.testcontainers.properties 경로에 파일을 모두 추가해봤지만 여전히 C:\Users\username\.testcontainers.properties 을 참조합니다. 해당 파일을 참조하는 경로를 변경할 수 있는 방법이 있는지 궁금합니다.