13 lines
226 B
TOML
13 lines
226 B
TOML
app = "burd-infra-docker-machine"
|
|
kill_signal = "SIGINT"
|
|
kill_timeout = 5
|
|
|
|
[mounts]
|
|
destination = "/data"
|
|
source = "docker_data"
|
|
|
|
[[services]]
|
|
protocol = "tcp"
|
|
internal_port = 2375
|
|
[[services.ports]]
|
|
port = 2375
|