wings/environment/docker
Matthew Penner 2fd0edbff9
environment(docker): fix timeout when sending a stop signal
Previously, Docker would terminate the container when it's stop
configuration was configured to send a signal to the container.
This was due to Docker's API wanting the value as a duration string
(`1s`) rather than a number, so our value of `-1` was being formatted
to `0s` rather than `-1s` like we needed.

Closes https://github.com/pterodactyl/panel/issues/4555
2022-11-21 15:06:38 -07:00
..
api.go chore: reformat code 2022-10-06 09:58:42 -06:00
container.go environment(docker): fix outgoing ip not changing 2022-11-21 14:59:53 -07:00
environment.go environment(docker): fix podman compatibility (#151) 2022-11-06 13:33:01 -07:00
power.go environment(docker): fix timeout when sending a stop signal 2022-11-21 15:06:38 -07:00
stats.go environment(docker): fix podman compatibility (#151) 2022-11-06 13:33:01 -07:00