Skip to content

Commit 56331f3

Browse files
committed
feat
1 parent 316eedc commit 56331f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fly.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ primary_region = "ams"
66

77
[mounts]
88
source = "voice-to-text-bot__data"
9-
destination = "/data"
10-
processes = ["disk"]
11-
initial_size = "500mb"
9+
destination = "/app/data"
10+
processes = ["disk", "app"]
11+
initial_size = "1gb"

0 commit comments

Comments
 (0)