diff options
author | crupest <crupest@outlook.com> | 2021-04-24 15:35:43 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-24 15:35:43 +0800 |
commit | cac76dc4783f617015232a68bcbc56579e0c77e7 (patch) | |
tree | 1a6b51940d904e46f85bdc419e27ae716aa6e24f /deploy | |
parent | fca2ca672b7f7c958b6465c24d89d982887fabf8 (diff) | |
download | timeline-cac76dc4783f617015232a68bcbc56579e0c77e7.tar.gz timeline-cac76dc4783f617015232a68bcbc56579e0c77e7.tar.bz2 timeline-cac76dc4783f617015232a68bcbc56579e0c77e7.zip |
feat: Move default work directory to home/timeline.
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/upgrade.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/upgrade.bash b/deploy/upgrade.bash index 156bb1ca..fd3693d1 100644 --- a/deploy/upgrade.bash +++ b/deploy/upgrade.bash @@ -1,6 +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 +docker create -v $HOME/timeline:/root/timeline -p 5000:80 --name timeline crupest/timeline:latest sudo systemctl restart timeline.service docker system prune |