all repos — website @ 571a8852f0be055dc302cd968ca2e089b6cae105

My website

mount volume at /data
Alan Pearce alan@alanpearce.eu
Tue, 25 Jun 2024 14:13:49 +0200
commit

571a8852f0be055dc302cd968ca2e089b6cae105

parent

27cf354a0e5d5b25aba64cc58406c821f2cecfca

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

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