Skip to content

Commit 0b6494b

Browse files
committed
fix: alloydb datadir
1 parent 0c81629 commit 0b6494b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/compose/compose.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func NewCompose(options ...Option) *Compose {
6464
Image: "google/alloydbomni:latest",
6565
Volumes: []string{fmt.Sprintf("%s:/alloydb/alloydb-data", alloydbVolume)},
6666
Environment: map[string]string{
67-
"DATA_DIR": "/var/lib/postgresql/data",
67+
"DATA_DIR": "/alloydb/alloydb-data",
6868
"HOST_PORT": "5432",
6969
"POSTGRES_PASSWORD": "password",
7070
},

0 commit comments

Comments
 (0)