From 7b64f2e79842e0b7bc1eb80ccc9c2f51c9226c5b Mon Sep 17 00:00:00 2001 From: m-chandler Date: Sat, 9 Nov 2019 08:57:56 +1000 Subject: Update readme.md --- readme.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1890478..f8f921e 100644 --- a/readme.md +++ b/readme.md @@ -129,13 +129,24 @@ In the below example (Paris), `m5.large` looks like a good option. Try to create ![Spot pricing history](readme-spot-pricing.jpg?raw=true) +### Restarting the Container + +Visit the ECS dashboard in the AWS Console. +1. Clusters +2. Click on the factorio Cluster +3. Tick the factorio Service, click Update +4. Tick the "Force new deployment" option +5. Click Next step (three times) +7. Click Update Service + ### Basic Docker Debugging If you SSH onto the server, you can run the following commands for debugging purposes: -* `sudo docker restart $(docker ps -q --filter ancestor=factoriotools/factorio)` - Restart server. * `sudo docker logs $(docker ps -q --filter ancestor=factoriotools/factorio)` - Check Factorio container logs. +DO NOT restart the Factorio docker container via SSH method. This will cause ECS to restart the container *again*. Refer to restarting to container above. + ## Thanks Thanks goes out to [FactorioTools](https://github.com/factoriotools) ([and contributors](https://github.com/factoriotools/factorio-docker/graphs/contributors)) for maintaining the Factorio Docker images. -- cgit v1.2.3