We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cedbfc commit a9fe2afCopy full SHA for a9fe2af
fly.toml
@@ -20,3 +20,8 @@ processes = ['app']
20
memory = '2gb'
21
cpu_kind = 'shared'
22
cpus = 1
23
+
24
+[mounts]
25
+source = "data"
26
+destination = "/data"
27
+initial_size = "1gb"
0 commit comments