From da73745f7c811ecc06031f092ec05e8a1edddcef Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 24 Apr 2021 15:35:43 +0800 Subject: feat: Move default work directory to home/timeline. --- deploy/upgrade.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deploy') 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 -- cgit v1.2.3