MJ
Results
2
comments of
MJ
As similar to the situation above, I encountered the problem with running the embedded redis server in a Docker container. The image was originated from java:8-jre-alpine. It works after changing...
Using the builder with the localconfig works too if you want the programmatic way. ``` EmbeddedPostgres pg = EmbeddedPostgres.builder() .setLocaleConfig("locale","en_US.UTF-8") .start() ```