diff options
-rw-r--r-- | fly.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fly.toml b/fly.toml index f0947d6..5f89c2a 100644 --- a/fly.toml +++ b/fly.toml @@ -47,3 +47,8 @@ primary_region = "ams" [[restart]] policy = "always" + +[mounts] + source = "data" + destination = "/data" + initial_size = "1gb" |