moorkop / mccy-engine

Provides a web based "Minecraft Server as a Service" (MCaaS?) to deploy Minecraft server containers on any Docker Swarm cluster or standalone Engine instance.
Apache License 2.0
12 stars 4 forks source link

Create containers with restart policy #76

Open itzg opened 8 years ago

itzg commented 8 years ago

After observing the Swarm cluster restart, it became apparent that the restart policy needs to be set, such as --restart=unless-stopped.