Update upgrade instructions for Copilot containers
Taylor committed
Feb 14, 2024 at 11:59 UTC
c11328dd552a4b27f7d68a11eab81e586d2afdbe
1 file changed
+2
-4
README.md
+2
-4
@@ -108,15 +108,13 @@ copilot-frontend:
108
ports:
109
- "80:80"
110
- "443:443"
111
-```
112
-
113
-````yaml
111
+````
112
113
### Upgrading Copilot
114
115
🛠 You will likely want to upgrade often as we are frequently pushing new changes.
116
119
-To upgrade Copilot, you will need to stop the running container, pull the latest docker image, and start the container again.
117
+To upgrade Copilot, you will need to stop the running containers, pull the latest docker image, and start the containers again.
118
119
```bash
120
# Stop the running container. Make sure you are in the CoPilot directory