mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-19 21:15:58 +00:00
9fe8d6cca6e622cb46a590a687952b5f2826048f
- Fix to allow signals to pass into the container, properly. 'docker stop ...' was resorting to SIGKILL to stop the container, which results in data loss. This change switches CMD to 'exec' mode, ensuring signals make their way to the java process so that things shut down properly.
dockerfiles
Contains the various Dockerfile definitions I'm maintaining.
Description
Languages
Shell
97.1%
Dockerfile
2.3%
Mermaid
0.6%