aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--readme.md13
1 files changed, 12 insertions, 1 deletions
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.
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage