From 571a8852f0be055dc302cd968ca2e089b6cae105 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 25 Jun 2024 14:13:49 +0200 Subject: mount volume at /data --- fly.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'fly.toml') 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" -- cgit 1.4.1