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 316eedc commit 56331f3Copy full SHA for 56331f3
fly.toml
@@ -6,6 +6,6 @@ primary_region = "ams"
6
7
[mounts]
8
source = "voice-to-text-bot__data"
9
- destination = "/data"
10
- processes = ["disk"]
11
- initial_size = "500mb"
+ destination = "/app/data"
+ processes = ["disk", "app"]
+ initial_size = "1gb"
0 commit comments