diff options
Diffstat (limited to 'deploy/upgrade.bash')
-rw-r--r-- | deploy/upgrade.bash | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/deploy/upgrade.bash b/deploy/upgrade.bash new file mode 100644 index 00000000..156bb1ca --- /dev/null +++ b/deploy/upgrade.bash @@ -0,0 +1,6 @@ +docker pull crupest/timeline:latest +sudo systemctl stop timeline.service +docker rm timeline +docker create -v $HOME/timeline:/timeline -p 5000:80 --name timeline crupest/timeline:latest +sudo systemctl restart timeline.service +docker system prune |