fly-apps/docker/fly.toml

8 lines
122 B
TOML
Raw Normal View History

2022-11-19 02:42:40 +00:00
app = "docker-machine"
2021-06-24 14:22:54 +00:00
kill_signal = "SIGINT"
kill_timeout = 5
2022-10-20 00:10:33 +00:00
[mounts]
2021-06-24 14:22:54 +00:00
destination = "/data"
2022-10-20 00:10:33 +00:00
source = "docker_data"