all repos — homestead @ 8af7354a5c66dca65c79d30bca5a55f3b378ef06

Code for my website

mount volume at /data

Alan Pearce
commit

8af7354a5c66dca65c79d30bca5a55f3b378ef06

parent

77da7a146e4becdb5924f94df39cd1be7afdf661

1 file 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"