all repos — website @ 571a8852f0be055dc302cd968ca2e089b6cae105

My website

mount volume at /data

Alan Pearce
commit

571a8852f0be055dc302cd968ca2e089b6cae105

parent

27cf354a0e5d5b25aba64cc58406c821f2cecfca

1 file changed, 5 insertions(+), 0 deletions(-)

changed files
M fly.tomlfly.toml
@@ -47,3 +47,8 @@ size = "shared-cpu-1x"
[[restart]] policy = "always" + +[mounts] + source = "data" + destination = "/data" + initial_size = "1gb"