Skip to content

Commit a9fe2af

Browse files
committed
volume
1 parent 7cedbfc commit a9fe2af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

fly.toml

+5
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ processes = ['app']
2020
memory = '2gb'
2121
cpu_kind = 'shared'
2222
cpus = 1
23+
24+
[mounts]
25+
source = "data"
26+
destination = "/data"
27+
initial_size = "1gb"

0 commit comments

Comments
 (0)