vatertime / minecraft-spot-pricing

Cloudformation template to deploy a Minecraft server
MIT License
140 stars 84 forks source link

Made NetworkMode: bridge explicit in ECS Task definition #21

Closed javabrett closed 2 years ago

javabrett commented 2 years ago

This is the default anyway, but relying on the default caused me some issues with other tooling that attempted to read the NetworkMode from the TaskDefinition. Can't hurt to set it explicitly as I think everyone is expecting bridge mode here.