summaryrefslogtreecommitdiff
path: root/src/dc_update_command.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dc_update_command.sh')
-rw-r--r--src/dc_update_command.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dc_update_command.sh b/src/dc_update_command.sh
new file mode 100644
index 0000000..f69b6e7
--- /dev/null
+++ b/src/dc_update_command.sh
@@ -0,0 +1,5 @@
+echo -e "\e[1;32mPull docker containers\e[0m"
+docker-compose pull
+
+echo -e "\e[1;32mStart docker containers\e[0m"
+docker-compose up -d \ No newline at end of file