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 0c81629 commit 0b6494bCopy full SHA for 0b6494b
pkg/compose/compose.go
@@ -64,7 +64,7 @@ func NewCompose(options ...Option) *Compose {
64
Image: "google/alloydbomni:latest",
65
Volumes: []string{fmt.Sprintf("%s:/alloydb/alloydb-data", alloydbVolume)},
66
Environment: map[string]string{
67
- "DATA_DIR": "/var/lib/postgresql/data",
+ "DATA_DIR": "/alloydb/alloydb-data",
68
"HOST_PORT": "5432",
69
"POSTGRES_PASSWORD": "password",
70
},
0 commit comments