fly-apps/docker/fly.toml

14 lines
215 B
TOML
Raw Permalink 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"
2022-12-03 19:08:30 +00:00
[[services]]
protocol = "tcp"
internal_port = 2375
[[services.ports]]
port = 2375