fly-apps/docker/fly.toml

9 lines
130 B
TOML
Raw Normal View History

2022-08-27 03:01:31 +00:00
app = "docker-mat-services"
2021-06-24 14:22:54 +00:00
kill_signal = "SIGINT"
kill_timeout = 5
[[mounts]]
destination = "/data"
2022-08-27 03:01:31 +00:00
source = "docker_data"