Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mowgli
docker
Commits
31ad5a04
Commit
31ad5a04
authored
Aug 22, 2019
by
Daniel Seybold
Browse files
added update script
parent
3b5b3d79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
updateMowgli
updateMowgli
+13
-0
No files found.
updateMowgli
0 → 100644
View file @
31ad5a04
#!/bin/bash
echo
"starting to update Mowgli..."
docker-compose down
docker-compose pull
docker system prune
-y
docker voume prune
-y
docker-compose up
-d
echo
"finished update of Mowgli!"
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment