Bläddra i källkod

instructions for Docker setup update

Markos Gogoulos 4 år sedan
förälder
incheckning
f74d3c4b57
1 ändrade filer med 11 tillägg och 0 borttagningar
  1. 11 0
      docs/Docker_Compose.md

+ 11 - 0
docs/Docker_Compose.md

@@ -31,6 +31,17 @@ docker-compose up
 This will download all MediaCMS related Docker images and start all containers. Once it finishes, MediaCMS will be installed and available on http://localhost or http://ip
 
 
+## Update
+
+Get latest MediaCMS image and stop/start containers
+
+```bash
+cd /path/to/mediacms/installation
+docker pull mediacms/mediacms
+docker-compose down
+docker-compose up
+```
+
 ## Configuration
 Checkout the configuration docs on [Configuration](/docs/Configuration.md) page.