We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce0595 commit c4131f7Copy full SHA for c4131f7
internal/db/start/start.go
@@ -45,6 +45,7 @@ func StartDatabase(ctx context.Context, fsys afero.Fs, w io.Writer, options ...f
45
Env: []string{
46
"POSTGRES_PASSWORD=postgres",
47
"POSTGRES_HOST=/var/run/postgresql",
48
+ "LC_ALL=C.UTF-8",
49
},
50
Healthcheck: &container.HealthConfig{
51
Test: []string{"CMD", "pg_isready", "-U", "postgres", "-h", "localhost", "-p", "5432"},
0 commit comments