From 8e9a54e511cf7689f09ad91afebeb924099bd3f4 Mon Sep 17 00:00:00 2001 From: httpjamesm <51917118+httpjamesm@users.noreply.github.com> Date: Fri, 30 Dec 2022 13:34:01 -0500 Subject: [PATCH] Created Updating (markdown) --- Updating.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Updating.md diff --git a/Updating.md b/Updating.md new file mode 100644 index 0000000..17370f5 --- /dev/null +++ b/Updating.md @@ -0,0 +1,7 @@ +Updating your instance is easy. If you've followed the steps in [Deployment](https://github.com/httpjamesm/AnonymousOverflow/wiki/Deployment), the steps below should work for your instance. + +1. Navigate to the directory AnonymousOverflow lives in. +2. Run `git pull` to get the latest source code. +3. Run `docker compose up -d --build` to re-compile AnonymousOverflow. + +That's it! Thanks for staying on top of the updates. \ No newline at end of file